Package org.hibernate.boot.internal
Class NamedProcedureCallDefinitionImpl
java.lang.Object
org.hibernate.boot.internal.NamedProcedureCallDefinitionImpl
- All Implemented Interfaces:
TypedQueryReference<Object>
,NamedProcedureCallDefinition
,NamedQueryDefinition<Object>
public class NamedProcedureCallDefinitionImpl
extends Object
implements NamedProcedureCallDefinition
Holds all the information needed from a named procedure call declaration in order to create a
ProcedureCallImpl
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHints()
@Nullable String
The location at which the defining named query annotation occurs, usually a class or package name.The name of the underlying database procedure or function nameThe name under which the query is to be registered.resolve
(SessionFactoryImplementor sessionFactory) Resolve the mapping definition into its run-time memento form.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.boot.query.NamedProcedureCallDefinition
getResultType
Methods inherited from interface org.hibernate.boot.query.NamedQueryDefinition
getName
-
Constructor Details
-
NamedProcedureCallDefinitionImpl
-
-
Method Details
-
getRegistrationName
Description copied from interface:NamedQueryDefinition
The name under which the query is to be registered.- Specified by:
getRegistrationName
in interfaceNamedQueryDefinition<Object>
-
getLocation
Description copied from interface:NamedQueryDefinition
The location at which the defining named query annotation occurs, usually a class or package name. Null for named queries declared in XML.- Specified by:
getLocation
in interfaceNamedQueryDefinition<Object>
-
getProcedureName
Description copied from interface:NamedProcedureCallDefinition
The name of the underlying database procedure or function name- Specified by:
getProcedureName
in interfaceNamedProcedureCallDefinition
-
resolve
Description copied from interface:NamedQueryDefinition
Resolve the mapping definition into its run-time memento form.- Specified by:
resolve
in interfaceNamedProcedureCallDefinition
- Specified by:
resolve
in interfaceNamedQueryDefinition<Object>
-
getHints
- Specified by:
getHints
in interfaceTypedQueryReference<Object>
-