Package org.hibernate.query.named
Class AbstractNamedQueryMemento.AbstractBuilder<T extends AbstractNamedQueryMemento.AbstractBuilder>
java.lang.Object
org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder<T>
- Direct Known Subclasses:
NamedNativeQueryMemento.Builder
- Enclosing class:
- AbstractNamedQueryMemento
public abstract static class AbstractNamedQueryMemento.AbstractBuilder<T extends AbstractNamedQueryMemento.AbstractBuilder>
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddQuerySpace(String space) addQuerySpaces(Set<String> querySpaces) getName()protected abstract TgetThis()setCacheable(Boolean cacheable) setCacheMode(CacheMode cacheMode) setCacheRegion(String cacheRegion) setComment(String comment) setFetchSize(Integer fetchSize) setFlushMode(FlushMode flushMode) setReadOnly(boolean readOnly) setReadOnly(Boolean readOnly) setTimeout(Integer timeout)
-
Field Details
-
name
-
querySpaces
-
cacheable
-
cacheRegion
-
cacheMode
-
flushMode
-
readOnly
-
timeout
-
fetchSize
-
comment
-
hints
-
-
Constructor Details
-
AbstractBuilder
-
-
Method Details
-
getName
-
getThis
-
addQuerySpaces
-
addQuerySpace
-
setCacheable
-
setCacheRegion
-
setCacheMode
-
setTimeout
-
setFlushMode
-
setReadOnly
-
setReadOnly
-
setFetchSize
-
setComment
-
getQuerySpaces
-
getCacheable
-
getCacheRegion
-
getCacheMode
-
getFlushMode
-
getReadOnly
-
getTimeout
-
getFetchSize
-
getComment
-
addHint
-