程序包 org.hibernate.procedure
-
接口概要 接口 说明 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 theOutputscontract providing access to the stored procedure's registered output parameters. -
异常错误概要 异常错误 说明 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 aParameterRegistrationParameterStrategyException UnknownSqlResultSetMappingException