Class ReactiveNamedNativeQueryMemento<E>
java.lang.Object
org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento<E>
- All Implemented Interfaces:
jakarta.persistence.TypedQueryReference<E>
,NamedQueryMemento<E>
,NamedNativeQueryMemento<E>
public class ReactiveNamedNativeQueryMemento<E>
extends Object
implements NamedNativeQueryMemento<E>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.query.named.NamedQueryMemento
NamedQueryMemento.ParameterMemento
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHints()
Class<?>
toQuery
(SharedSessionContractImplementor session) <T> NativeQueryImplementor<T>
toQuery
(SharedSessionContractImplementor session, Class<T> resultType) <T> NativeQueryImplementor<T>
toQuery
(SharedSessionContractImplementor session, String resultSetMapping) void
validate
(QueryEngine queryEngine) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.query.named.NamedQueryMemento
getName
-
Constructor Details
-
ReactiveNamedNativeQueryMemento
-
-
Method Details
-
getResultType
- Specified by:
getResultType
in interfacejakarta.persistence.TypedQueryReference<E>
-
getSqlString
- Specified by:
getSqlString
in interfaceNamedNativeQueryMemento<E>
-
getOriginalSqlString
- Specified by:
getOriginalSqlString
in interfaceNamedNativeQueryMemento<E>
-
getQuerySpaces
- Specified by:
getQuerySpaces
in interfaceNamedNativeQueryMemento<E>
-
getResultMappingName
- Specified by:
getResultMappingName
in interfaceNamedNativeQueryMemento<E>
-
getResultMappingClass
- Specified by:
getResultMappingClass
in interfaceNamedNativeQueryMemento<E>
-
getFirstResult
- Specified by:
getFirstResult
in interfaceNamedNativeQueryMemento<E>
-
getMaxResults
- Specified by:
getMaxResults
in interfaceNamedNativeQueryMemento<E>
-
makeCopy
- Specified by:
makeCopy
in interfaceNamedNativeQueryMemento<E>
- Specified by:
makeCopy
in interfaceNamedQueryMemento<E>
-
getRegistrationName
- Specified by:
getRegistrationName
in interfaceNamedQueryMemento<E>
-
getCacheable
- Specified by:
getCacheable
in interfaceNamedQueryMemento<E>
-
getCacheRegion
- Specified by:
getCacheRegion
in interfaceNamedQueryMemento<E>
-
getCacheMode
- Specified by:
getCacheMode
in interfaceNamedQueryMemento<E>
-
getFlushMode
- Specified by:
getFlushMode
in interfaceNamedQueryMemento<E>
-
getReadOnly
- Specified by:
getReadOnly
in interfaceNamedQueryMemento<E>
-
getTimeout
- Specified by:
getTimeout
in interfaceNamedQueryMemento<E>
-
getFetchSize
- Specified by:
getFetchSize
in interfaceNamedQueryMemento<E>
-
getComment
- Specified by:
getComment
in interfaceNamedQueryMemento<E>
-
getHints
- Specified by:
getHints
in interfaceNamedQueryMemento<E>
- Specified by:
getHints
in interfacejakarta.persistence.TypedQueryReference<E>
-
validate
- Specified by:
validate
in interfaceNamedQueryMemento<E>
-