程序包的使用
org.hibernate.procedure
-
使用org.hibernate.procedure的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.cfg.annotations org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.procedure org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.procedure.spi org.hibernate.query.procedure.internal org.hibernate.query.procedure.spi org.hibernate.query.spi -
org.hibernate使用的org.hibernate.procedure中的类 类 说明 ProcedureCall Defines support for executing database stored procedures and functions -
org.hibernate.cfg.annotations使用的org.hibernate.procedure中的类 类 说明 ProcedureCallMemento Represents a "memento" (disconnected, externalizable form) of a ProcedureCall -
org.hibernate.engine.spi使用的org.hibernate.procedure中的类 类 说明 ProcedureCall Defines support for executing database stored procedures and functions -
org.hibernate.internal使用的org.hibernate.procedure中的类 类 说明 ProcedureCall Defines support for executing database stored procedures and functions -
org.hibernate.procedure使用的org.hibernate.procedure中的类 类 说明 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.ParameterBind Describes an input value binding for any IN/INOUT parameters.ParameterRegistration 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. -
org.hibernate.procedure.internal使用的org.hibernate.procedure中的类 类 说明 ParameterBind Describes an input value binding for any IN/INOUT parameters.ParameterRegistration 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. -
org.hibernate.procedure.spi使用的org.hibernate.procedure中的类 类 说明 ParameterRegistration Describes a registered procedure/function parameter.ProcedureCall Defines support for executing database stored procedures and functions -
org.hibernate.query.procedure.internal使用的org.hibernate.procedure中的类 类 说明 ParameterBind Describes an input value binding for any IN/INOUT parameters.ParameterRegistration Describes a registered procedure/function parameter. -
org.hibernate.query.procedure.spi使用的org.hibernate.procedure中的类 类 说明 ParameterRegistration Describes a registered procedure/function parameter. -
org.hibernate.query.spi使用的org.hibernate.procedure中的类 类 说明 ProcedureCallMemento Represents a "memento" (disconnected, externalizable form) of a ProcedureCall