Package org.hibernate.query.named
Class AbstractNamedQueryMemento
java.lang.Object
org.hibernate.query.named.AbstractNamedQueryMemento
- All Implemented Interfaces:
NamedQueryMemento
- Direct Known Subclasses:
NamedCallableQueryMementoImpl,NamedCriteriaQueryMementoImpl,NamedHqlQueryMementoImpl,NamedNativeQueryMementoImpl
- Author:
- Steve Ebersole, Gavin King
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from interface org.hibernate.query.named.NamedQueryMemento
NamedQueryMemento.ParameterMemento -
Constructor Summary
Constructors -
Method Summary
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
makeCopy, toQuery, toQuery, validate
-
Constructor Details
-
AbstractNamedQueryMemento
-
-
Method Details
-
getRegistrationName
Description copied from interface:NamedQueryMementoThe name under which the query is registered- Specified by:
getRegistrationNamein interfaceNamedQueryMemento
-
getCacheable
- Specified by:
getCacheablein interfaceNamedQueryMemento
-
getCacheRegion
- Specified by:
getCacheRegionin interfaceNamedQueryMemento
-
getCacheMode
- Specified by:
getCacheModein interfaceNamedQueryMemento
-
getFlushMode
- Specified by:
getFlushModein interfaceNamedQueryMemento
-
getReadOnly
- Specified by:
getReadOnlyin interfaceNamedQueryMemento
-
getTimeout
- Specified by:
getTimeoutin interfaceNamedQueryMemento
-
getFetchSize
- Specified by:
getFetchSizein interfaceNamedQueryMemento
-
getComment
- Specified by:
getCommentin interfaceNamedQueryMemento
-
getHints
- Specified by:
getHintsin interfaceNamedQueryMemento
-