Class ReactiveNamedNativeQueryMemento<E>
java.lang.Object
org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento<E>
- All Implemented Interfaces:
TypedQueryReference<E>,org.hibernate.query.named.NamedQueryMemento<E>,org.hibernate.query.sql.spi.NamedNativeQueryMemento<E>
public class ReactiveNamedNativeQueryMemento<E>
extends Object
implements org.hibernate.query.sql.spi.NamedNativeQueryMemento<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
ConstructorsConstructorDescriptionReactiveNamedNativeQueryMemento(org.hibernate.query.sql.spi.NamedNativeQueryMemento<E> delegate) -
Method Summary
Modifier and TypeMethodDescriptiongetHints()Class<?>org.hibernate.query.sql.spi.NamedNativeQueryMemento<E>org.hibernate.query.sql.spi.NativeQueryImplementor<E>toQuery(SharedSessionContractImplementor session) <T> org.hibernate.query.sql.spi.NativeQueryImplementor<T>toQuery(SharedSessionContractImplementor session, Class<T> resultType) <T> org.hibernate.query.sql.spi.NativeQueryImplementor<T>toQuery(SharedSessionContractImplementor session, String resultSetMapping) voidvalidate(QueryEngine queryEngine) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.query.named.NamedQueryMemento
getName
-
Constructor Details
-
ReactiveNamedNativeQueryMemento
public ReactiveNamedNativeQueryMemento(org.hibernate.query.sql.spi.NamedNativeQueryMemento<E> delegate)
-
-
Method Details
-
getResultType
- Specified by:
getResultTypein interfaceTypedQueryReference<E>
-
getSqlString
- Specified by:
getSqlStringin interfaceorg.hibernate.query.sql.spi.NamedNativeQueryMemento<E>
-
getOriginalSqlString
- Specified by:
getOriginalSqlStringin interfaceorg.hibernate.query.sql.spi.NamedNativeQueryMemento<E>
-
getQuerySpaces
- Specified by:
getQuerySpacesin interfaceorg.hibernate.query.sql.spi.NamedNativeQueryMemento<E>
-
getResultMappingName
- Specified by:
getResultMappingNamein interfaceorg.hibernate.query.sql.spi.NamedNativeQueryMemento<E>
-
getResultMappingClass
- Specified by:
getResultMappingClassin interfaceorg.hibernate.query.sql.spi.NamedNativeQueryMemento<E>
-
getFirstResult
- Specified by:
getFirstResultin interfaceorg.hibernate.query.sql.spi.NamedNativeQueryMemento<E>
-
getMaxResults
- Specified by:
getMaxResultsin interfaceorg.hibernate.query.sql.spi.NamedNativeQueryMemento<E>
-
makeCopy
-
getRegistrationName
- Specified by:
getRegistrationNamein interfaceorg.hibernate.query.named.NamedQueryMemento<E>
-
getCacheable
- Specified by:
getCacheablein interfaceorg.hibernate.query.named.NamedQueryMemento<E>
-
getCacheRegion
- Specified by:
getCacheRegionin interfaceorg.hibernate.query.named.NamedQueryMemento<E>
-
getCacheMode
- Specified by:
getCacheModein interfaceorg.hibernate.query.named.NamedQueryMemento<E>
-
getFlushMode
- Specified by:
getFlushModein interfaceorg.hibernate.query.named.NamedQueryMemento<E>
-
getReadOnly
- Specified by:
getReadOnlyin interfaceorg.hibernate.query.named.NamedQueryMemento<E>
-
getTimeout
- Specified by:
getTimeoutin interfaceorg.hibernate.query.named.NamedQueryMemento<E>
-
getFetchSize
- Specified by:
getFetchSizein interfaceorg.hibernate.query.named.NamedQueryMemento<E>
-
getComment
- Specified by:
getCommentin interfaceorg.hibernate.query.named.NamedQueryMemento<E>
-
getHints
- Specified by:
getHintsin interfaceorg.hibernate.query.named.NamedQueryMemento<E>- Specified by:
getHintsin interfaceTypedQueryReference<E>
-
validate
- Specified by:
validatein interfaceorg.hibernate.query.named.NamedQueryMemento<E>
-