Interface NamedProcedureCallDefinition
- All Superinterfaces:
NamedQueryDefinition<Object>, TypedQueryReference<Object>
Boot-time descriptor of a named procedure/function query, as defined in
annotations or xml
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the underlying database procedure or function nameThe expected result type of the query, ornull.resolve(SessionFactoryImplementor factory) Resolve the mapping definition into its run-time memento form.Methods inherited from interface NamedQueryDefinition
getLocation, getName, getRegistrationNameMethods inherited from interface TypedQueryReference
getHints
-
Method Details
-
getProcedureName
String getProcedureName()The name of the underlying database procedure or function name -
getResultType
Description copied from interface:NamedQueryDefinitionThe expected result type of the query, ornull.- Specified by:
getResultTypein interfaceNamedQueryDefinition<Object>- Specified by:
getResultTypein interfaceTypedQueryReference<Object>
-
resolve
Description copied from interface:NamedQueryDefinitionResolve the mapping definition into its run-time memento form.- Specified by:
resolvein interfaceNamedQueryDefinition<Object>
-