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 interfaceNamedCallableQueryDefinition.ParameterMapping
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamedCallableQueryMementoresolve(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:NamedQueryDefinitionResolve the mapping definition into its run-time memento form- Specified by:
resolvein interfaceNamedQueryDefinition
-
-