Package org.hibernate.query.named
Interface NameableQuery
- All Known Subinterfaces:
NativeQueryImplementor<R>,ProcedureCall,ProcedureCallImplementor<R>,SqmQueryImplementor<R>
- All Known Implementing Classes:
NativeQueryImpl,ProcedureCallImpl,QuerySqmImpl
Contract for Query impls that can be converted to a named query memento to be
stored in the
NamedObjectRepository- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptionConvert the query into the memento
-
Method Details
-
toMemento
Convert the query into the memento
-