Package org.hibernate.query.internal
Class NamedQueryHelper.NamedQueryDescriptorBuilder
java.lang.Object
org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
- Enclosing class:
- NamedQueryHelper
-
Constructor Summary
ConstructorsConstructorDescriptionNamedQueryDescriptorBuilder(String name, Map<String, Object> hints, SessionFactoryImplementor sessionFactory) -
Method Summary
Modifier and TypeMethodDescriptiongetHints()getName()voidsetCacheable(Boolean cacheable) voidsetCacheMode(CacheMode cacheMode) voidsetCacheRegion(String cacheRegion) voidsetComment(String comment) voidsetFetchSize(Integer fetchSize) voidsetFlushMode(FlushMode flushMode) voidsetLockOptions(LockOptions lockOptions) voidsetReadOnly(Boolean readOnly) voidsetTimeout(Integer timeout)
-
Constructor Details
-
NamedQueryDescriptorBuilder
public NamedQueryDescriptorBuilder(String name, Map<String, Object> hints, SessionFactoryImplementor sessionFactory)
-
-
Method Details
-
getName
-
getHints
-
getCacheable
-
setCacheable
-
getCacheRegion
-
setCacheRegion
-
getCacheMode
-
setCacheMode
-
getFlushMode
-
setFlushMode
-
getReadOnly
-
setReadOnly
-
getLockOptions
-
setLockOptions
-
getTimeout
-
setTimeout
-
getFetchSize
-
setFetchSize
-
getComment
-
setComment
-