Class ReactiveNamedSqmQueryMemento<E>
java.lang.Object
org.hibernate.reactive.query.sql.spi.ReactiveNamedSqmQueryMemento<E>
- All Implemented Interfaces:
jakarta.persistence.TypedQueryReference<E>
,org.hibernate.query.named.NamedQueryMemento<E>
,org.hibernate.query.sqm.spi.NamedSqmQueryMemento<E>
public class ReactiveNamedSqmQueryMemento<E>
extends Object
implements org.hibernate.query.sqm.spi.NamedSqmQueryMemento<E>
- See Also:
-
NamedNativeQueryMemento
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.query.named.NamedQueryMemento
org.hibernate.query.named.NamedQueryMemento.ParameterMemento
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveNamedSqmQueryMemento
(org.hibernate.query.sqm.spi.NamedSqmQueryMemento<E> delegate) -
Method Summary
Modifier and TypeMethodDescriptiongetHints()
org.hibernate.query.sqm.tree.SqmStatement<E>
org.hibernate.query.sqm.spi.NamedSqmQueryMemento<E>
org.hibernate.query.hql.spi.SqmQueryImplementor<E>
toQuery
(SharedSessionContractImplementor session) <T> org.hibernate.query.hql.spi.SqmQueryImplementor<T>
toQuery
(SharedSessionContractImplementor session, Class<T> resultType) <T> org.hibernate.query.sqm.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 interfaceorg.hibernate.query.sqm.spi.NamedSqmQueryMemento<E>
-
getSqmStatement
- Specified by:
getSqmStatement
in interfaceorg.hibernate.query.sqm.spi.NamedSqmQueryMemento<E>
-
getFirstResult
- Specified by:
getFirstResult
in interfaceorg.hibernate.query.sqm.spi.NamedSqmQueryMemento<E>
-
getMaxResults
- Specified by:
getMaxResults
in interfaceorg.hibernate.query.sqm.spi.NamedSqmQueryMemento<E>
-
getLockOptions
- Specified by:
getLockOptions
in interfaceorg.hibernate.query.sqm.spi.NamedSqmQueryMemento<E>
-
getParameterTypes
- Specified by:
getParameterTypes
in interfaceorg.hibernate.query.sqm.spi.NamedSqmQueryMemento<E>
-
makeCopy
-
getRegistrationName
- Specified by:
getRegistrationName
in interfaceorg.hibernate.query.named.NamedQueryMemento<E>
-
getCacheable
- Specified by:
getCacheable
in interfaceorg.hibernate.query.named.NamedQueryMemento<E>
-
getCacheRegion
- Specified by:
getCacheRegion
in interfaceorg.hibernate.query.named.NamedQueryMemento<E>
-
getCacheMode
- Specified by:
getCacheMode
in interfaceorg.hibernate.query.named.NamedQueryMemento<E>
-
getFlushMode
- Specified by:
getFlushMode
in interfaceorg.hibernate.query.named.NamedQueryMemento<E>
-
getReadOnly
- Specified by:
getReadOnly
in interfaceorg.hibernate.query.named.NamedQueryMemento<E>
-
getTimeout
- Specified by:
getTimeout
in interfaceorg.hibernate.query.named.NamedQueryMemento<E>
-
getFetchSize
- Specified by:
getFetchSize
in interfaceorg.hibernate.query.named.NamedQueryMemento<E>
-
getComment
- Specified by:
getComment
in interfaceorg.hibernate.query.named.NamedQueryMemento<E>
-
getHints
-
validate
- Specified by:
validate
in interfaceorg.hibernate.query.named.NamedQueryMemento<E>
-