接口的使用
org.hibernate.procedure.ParameterBind
-
使用ParameterBind的程序包 程序包 说明 org.hibernate.procedure org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.query.procedure.internal -
-
org.hibernate.procedure中ParameterBind的使用
返回ParameterBind的org.hibernate.procedure中的方法 修饰符和类型 方法 说明 ParameterBind<T>ParameterRegistration. getBind()Retrieve the binding associated with this parameter. -
org.hibernate.procedure.internal中ParameterBind的使用
实现ParameterBind的org.hibernate.procedure.internal中的类 修饰符和类型 类 说明 classParameterBindImpl<T>Implementation of theParameterBindcontract. -
org.hibernate.query.procedure.internal中ParameterBind的使用
返回ParameterBind的org.hibernate.query.procedure.internal中的方法 修饰符和类型 方法 说明 ParameterBind<T>ProcedureParameterImpl. getBind()
-