Class ReactiveNamedNativeQueryMemento
- java.lang.Object
-
- org.hibernate.reactive.query.sql.spi.ReactiveNamedNativeQueryMemento
-
- All Implemented Interfaces:
NamedQueryMemento,NamedNativeQueryMemento
public class ReactiveNamedNativeQueryMemento extends Object implements NamedNativeQueryMemento
- See Also:
NamedNativeQueryMemento
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
NamedNativeQueryMemento.Builder
-
Nested classes/interfaces inherited from interface org.hibernate.query.named.NamedQueryMemento
NamedQueryMemento.ParameterMemento
-
-
Constructor Summary
Constructors Constructor Description ReactiveNamedNativeQueryMemento(NamedNativeQueryMemento delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetCacheable()CacheModegetCacheMode()StringgetCacheRegion()StringgetComment()IntegergetFetchSize()IntegergetFirstResult()FlushModegetFlushMode()Map<String,Object>getHints()IntegergetMaxResults()StringgetOriginalSqlString()Set<String>getQuerySpaces()BooleangetReadOnly()StringgetRegistrationName()Class<?>getResultMappingClass()StringgetResultMappingName()StringgetSqlString()IntegergetTimeout()NamedNativeQueryMementomakeCopy(String name)<T> NativeQueryImplementor<T>toQuery(SharedSessionContractImplementor session)<T> NativeQueryImplementor<T>toQuery(SharedSessionContractImplementor session, Class<T> resultType)<T> NativeQueryImplementor<T>toQuery(SharedSessionContractImplementor session, String resultSetMapping)voidvalidate(QueryEngine queryEngine)
-
-
-
Constructor Detail
-
ReactiveNamedNativeQueryMemento
public ReactiveNamedNativeQueryMemento(NamedNativeQueryMemento delegate)
-
-
Method Detail
-
getSqlString
public String getSqlString()
- Specified by:
getSqlStringin interfaceNamedNativeQueryMemento
-
getOriginalSqlString
public String getOriginalSqlString()
- Specified by:
getOriginalSqlStringin interfaceNamedNativeQueryMemento
-
getQuerySpaces
public Set<String> getQuerySpaces()
- Specified by:
getQuerySpacesin interfaceNamedNativeQueryMemento
-
getResultMappingName
public String getResultMappingName()
- Specified by:
getResultMappingNamein interfaceNamedNativeQueryMemento
-
getResultMappingClass
public Class<?> getResultMappingClass()
- Specified by:
getResultMappingClassin interfaceNamedNativeQueryMemento
-
getFirstResult
public Integer getFirstResult()
- Specified by:
getFirstResultin interfaceNamedNativeQueryMemento
-
getMaxResults
public Integer getMaxResults()
- Specified by:
getMaxResultsin interfaceNamedNativeQueryMemento
-
toQuery
public <T> NativeQueryImplementor<T> toQuery(SharedSessionContractImplementor session)
- Specified by:
toQueryin interfaceNamedNativeQueryMemento- Specified by:
toQueryin interfaceNamedQueryMemento
-
toQuery
public <T> NativeQueryImplementor<T> toQuery(SharedSessionContractImplementor session, Class<T> resultType)
- Specified by:
toQueryin interfaceNamedNativeQueryMemento- Specified by:
toQueryin interfaceNamedQueryMemento
-
toQuery
public <T> NativeQueryImplementor<T> toQuery(SharedSessionContractImplementor session, String resultSetMapping)
- Specified by:
toQueryin interfaceNamedNativeQueryMemento
-
makeCopy
public NamedNativeQueryMemento makeCopy(String name)
- Specified by:
makeCopyin interfaceNamedNativeQueryMemento- Specified by:
makeCopyin interfaceNamedQueryMemento
-
getRegistrationName
public String getRegistrationName()
- Specified by:
getRegistrationNamein interfaceNamedQueryMemento
-
getCacheable
public Boolean getCacheable()
- Specified by:
getCacheablein interfaceNamedQueryMemento
-
getCacheRegion
public String getCacheRegion()
- Specified by:
getCacheRegionin interfaceNamedQueryMemento
-
getCacheMode
public CacheMode getCacheMode()
- Specified by:
getCacheModein interfaceNamedQueryMemento
-
getFlushMode
public FlushMode getFlushMode()
- Specified by:
getFlushModein interfaceNamedQueryMemento
-
getReadOnly
public Boolean getReadOnly()
- Specified by:
getReadOnlyin interfaceNamedQueryMemento
-
getTimeout
public Integer getTimeout()
- Specified by:
getTimeoutin interfaceNamedQueryMemento
-
getFetchSize
public Integer getFetchSize()
- Specified by:
getFetchSizein interfaceNamedQueryMemento
-
getComment
public String getComment()
- Specified by:
getCommentin interfaceNamedQueryMemento
-
getHints
public Map<String,Object> getHints()
- Specified by:
getHintsin interfaceNamedQueryMemento
-
validate
public void validate(QueryEngine queryEngine)
- Specified by:
validatein interfaceNamedQueryMemento
-
-