Package org.hibernate.procedure
-
Interface Summary Interface Description ParameterBind<T> Describes an input value binding for any IN/INOUT parameters.ParameterRegistration<T> Describes a registered procedure/function parameter.ProcedureCall Defines support for executing database stored procedures and functionsProcedureCallMemento Represents a "memento" (disconnected, externalizable form) of a ProcedureCallProcedureOutputs Specialization of theOutputs
contract providing access to the stored procedure's registered output parameters. -
Exception Summary Exception Description NamedParametersNotSupportedException Thrown to indicate that an attempt was made to register a stored procedure named parameter, but the underlying database reports to not support named parameters.NoSuchParameterException ParameterMisuseException Thrown to indicate a misuse of aParameterRegistration
ParameterStrategyException UnknownSqlResultSetMappingException