Package org.hibernate.boot.query
Interface NamedCallableQueryDefinition
-
- All Superinterfaces:
NamedQueryDefinition
public interface NamedCallableQueryDefinition extends NamedQueryDefinition
Named query mapping for callable queries
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
NamedCallableQueryDefinition.ParameterMapping
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamedCallableQueryMemento
resolve(SessionFactoryImplementor factory)
Resolve the mapping definition into its run-time memento form-
Methods inherited from interface org.hibernate.boot.query.NamedQueryDefinition
getRegistrationName
-
-
-
-
Method Detail
-
resolve
NamedCallableQueryMemento resolve(SessionFactoryImplementor factory)
Description copied from interface:NamedQueryDefinition
Resolve the mapping definition into its run-time memento form- Specified by:
resolve
in interfaceNamedQueryDefinition
-
-