Class ReactiveNamedNativeQueryMemento
- java.lang.Object
-
- org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
-
- All Implemented Interfaces:
org.hibernate.query.named.NamedQueryMemento,org.hibernate.query.sql.spi.NamedNativeQueryMemento
public class ReactiveNamedNativeQueryMemento extends Object implements org.hibernate.query.sql.spi.NamedNativeQueryMemento
- See Also:
NamedNativeQueryMemento
-
-
Constructor Summary
Constructors Constructor Description ReactiveNamedNativeQueryMemento(org.hibernate.query.sql.spi.NamedNativeQueryMemento delegate)
-
Method Summary
-
-
-
Method Detail
-
getSqlString
public String getSqlString()
- Specified by:
getSqlStringin interfaceorg.hibernate.query.sql.spi.NamedNativeQueryMemento
-
getOriginalSqlString
public String getOriginalSqlString()
- Specified by:
getOriginalSqlStringin interfaceorg.hibernate.query.sql.spi.NamedNativeQueryMemento
-
getQuerySpaces
public Set<String> getQuerySpaces()
- Specified by:
getQuerySpacesin interfaceorg.hibernate.query.sql.spi.NamedNativeQueryMemento
-
getResultMappingName
public String getResultMappingName()
- Specified by:
getResultMappingNamein interfaceorg.hibernate.query.sql.spi.NamedNativeQueryMemento
-
getResultMappingClass
public Class<?> getResultMappingClass()
- Specified by:
getResultMappingClassin interfaceorg.hibernate.query.sql.spi.NamedNativeQueryMemento
-
getResultType
public Class<?> getResultType()
- Specified by:
getResultTypein interfaceorg.hibernate.query.sql.spi.NamedNativeQueryMemento
-
getFirstResult
public Integer getFirstResult()
- Specified by:
getFirstResultin interfaceorg.hibernate.query.sql.spi.NamedNativeQueryMemento
-
getMaxResults
public Integer getMaxResults()
- Specified by:
getMaxResultsin interfaceorg.hibernate.query.sql.spi.NamedNativeQueryMemento
-
toQuery
public <T> org.hibernate.query.sql.spi.NativeQueryImplementor<T> toQuery(SharedSessionContractImplementor session)
- Specified by:
toQueryin interfaceorg.hibernate.query.sql.spi.NamedNativeQueryMemento- Specified by:
toQueryin interfaceorg.hibernate.query.named.NamedQueryMemento
-
toQuery
public <T> org.hibernate.query.sql.spi.NativeQueryImplementor<T> toQuery(SharedSessionContractImplementor session, Class<T> resultType)
- Specified by:
toQueryin interfaceorg.hibernate.query.sql.spi.NamedNativeQueryMemento- Specified by:
toQueryin interfaceorg.hibernate.query.named.NamedQueryMemento
-
toQuery
public <T> org.hibernate.query.sql.spi.NativeQueryImplementor<T> toQuery(SharedSessionContractImplementor session, String resultSetMapping)
- Specified by:
toQueryin interfaceorg.hibernate.query.sql.spi.NamedNativeQueryMemento
-
makeCopy
public org.hibernate.query.sql.spi.NamedNativeQueryMemento makeCopy(String name)
- Specified by:
makeCopyin interfaceorg.hibernate.query.sql.spi.NamedNativeQueryMemento- Specified by:
makeCopyin interfaceorg.hibernate.query.named.NamedQueryMemento
-
getRegistrationName
public String getRegistrationName()
- Specified by:
getRegistrationNamein interfaceorg.hibernate.query.named.NamedQueryMemento
-
getCacheable
public Boolean getCacheable()
- Specified by:
getCacheablein interfaceorg.hibernate.query.named.NamedQueryMemento
-
getCacheRegion
public String getCacheRegion()
- Specified by:
getCacheRegionin interfaceorg.hibernate.query.named.NamedQueryMemento
-
getCacheMode
public CacheMode getCacheMode()
- Specified by:
getCacheModein interfaceorg.hibernate.query.named.NamedQueryMemento
-
getFlushMode
public FlushMode getFlushMode()
- Specified by:
getFlushModein interfaceorg.hibernate.query.named.NamedQueryMemento
-
getReadOnly
public Boolean getReadOnly()
- Specified by:
getReadOnlyin interfaceorg.hibernate.query.named.NamedQueryMemento
-
getTimeout
public Integer getTimeout()
- Specified by:
getTimeoutin interfaceorg.hibernate.query.named.NamedQueryMemento
-
getFetchSize
public Integer getFetchSize()
- Specified by:
getFetchSizein interfaceorg.hibernate.query.named.NamedQueryMemento
-
getComment
public String getComment()
- Specified by:
getCommentin interfaceorg.hibernate.query.named.NamedQueryMemento
-
getHints
public Map<String,Object> getHints()
- Specified by:
getHintsin interfaceorg.hibernate.query.named.NamedQueryMemento
-
validate
public void validate(QueryEngine queryEngine)
- Specified by:
validatein interfaceorg.hibernate.query.named.NamedQueryMemento
-
-