Package org.hibernate.query.named
Interface NameableQuery
-
- All Known Subinterfaces:
NativeQueryImplementor<R>,ProcedureCall,ProcedureCallImplementor<R>,SqmQueryImplementor<R>
- All Known Implementing Classes:
NativeQueryImpl,ProcedureCallImpl,QuerySqmImpl
@Incubating public interface NameableQuery
Contract for Query impls that can be converted to a named query memento to be stored in theNamedObjectRepository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamedQueryMementotoMemento(String name)Convert the query into the memento
-
-
-
Method Detail
-
toMemento
NamedQueryMemento toMemento(String name)
Convert the query into the memento
-
-