Package org.hibernate.procedure
-
Interface Summary Interface Description FunctionReturn<T> Describes the function return for ProcedureCalls that represent calls to a function ("{? = call ...}
syntax) rather that a proc ({call ...}
syntax)ProcedureCall Defines support for executing database stored procedures and functions.ProcedureOutputs 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 a parameterParameterStrategyException