Package org.hibernate.query.named
Class AbstractNamedQueryMemento<R>
java.lang.Object
org.hibernate.query.named.AbstractNamedQueryMemento<R>
- All Implemented Interfaces:
TypedQueryReference<R>
,NamedQueryMemento<R>
- Direct Known Subclasses:
NamedCallableQueryMementoImpl
,NamedCriteriaQueryMementoImpl
,NamedHqlQueryMementoImpl
,NamedNativeQueryMementoImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.query.named.NamedQueryMemento
NamedQueryMemento.ParameterMemento
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractNamedQueryMemento
-
-
Method Details
-
getRegistrationName
Description copied from interface:NamedQueryMemento
The name under which the query is registered- Specified by:
getRegistrationName
in interfaceNamedQueryMemento<R>
-
getResultType
- Specified by:
getResultType
in interfaceTypedQueryReference<R>
-
getCacheable
- Specified by:
getCacheable
in interfaceNamedQueryMemento<R>
-
getCacheRegion
- Specified by:
getCacheRegion
in interfaceNamedQueryMemento<R>
-
getCacheMode
- Specified by:
getCacheMode
in interfaceNamedQueryMemento<R>
-
getFlushMode
- Specified by:
getFlushMode
in interfaceNamedQueryMemento<R>
-
getReadOnly
- Specified by:
getReadOnly
in interfaceNamedQueryMemento<R>
-
getTimeout
- Specified by:
getTimeout
in interfaceNamedQueryMemento<R>
-
getFetchSize
- Specified by:
getFetchSize
in interfaceNamedQueryMemento<R>
-
getComment
- Specified by:
getComment
in interfaceNamedQueryMemento<R>
-
getHints
- Specified by:
getHints
in interfaceNamedQueryMemento<R>
- Specified by:
getHints
in interfaceTypedQueryReference<R>
-