Package org.hibernate.query.named
Interface NameableQuery
- All Known Subinterfaces:
NativeQueryImplementor<R>
,ProcedureCallImplementor<R>
,SqmQueryImplementor<R>
- All Known Implementing Classes:
NativeQueryImpl
,ProcedureCallImpl
,QuerySqmImpl
Contract for query implementations
which can be converted to named query mementos for storage
in the
NamedObjectRepository
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionConvert this query into the memento.
-
Method Details
-
toMemento
Convert this query into the memento.
-