Class ReactiveNamedSqmQueryMemento<E>
java.lang.Object
org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento<E>
- All Implemented Interfaces:
jakarta.persistence.TypedQueryReference<E>
,NamedQueryMemento<E>
,NamedSqmQueryMemento<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()
toQuery
(SharedSessionContractImplementor session) <T> SqmQueryImplementor<T>
toQuery
(SharedSessionContractImplementor session, Class<T> resultType) <T> SqmSelectionQuery<T>
toSelectionQuery
(Class<T> resultType, SharedSessionContractImplementor session) 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
-
ReactiveNamedSqmQueryMemento
-
-
Method Details
-
getResultType
- Specified by:
getResultType
in interfacejakarta.persistence.TypedQueryReference<E>
-
getHqlString
- Specified by:
getHqlString
in interfaceNamedSqmQueryMemento<E>
-
getSqmStatement
- Specified by:
getSqmStatement
in interfaceNamedSqmQueryMemento<E>
-
getFirstResult
- Specified by:
getFirstResult
in interfaceNamedSqmQueryMemento<E>
-
getMaxResults
- Specified by:
getMaxResults
in interfaceNamedSqmQueryMemento<E>
-
getLockOptions
- Specified by:
getLockOptions
in interfaceNamedSqmQueryMemento<E>
-
getParameterTypes
- Specified by:
getParameterTypes
in interfaceNamedSqmQueryMemento<E>
-
makeCopy
- Specified by:
makeCopy
in interfaceNamedQueryMemento<E>
- Specified by:
makeCopy
in interfaceNamedSqmQueryMemento<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>
-