接口的使用
org.hibernate.query.procedure.spi.ProcedureParameterImplementor
-
使用ProcedureParameterImplementor的程序包 程序包 说明 org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.query.procedure.internal -
-
org.hibernate.procedure.internal中ProcedureParameterImplementor的使用
参数类型为ProcedureParameterImplementor的org.hibernate.procedure.internal中的构造器 构造器 说明 ParameterBindImpl(ProcedureParameterImplementor procedureParameter, ProcedureParamBindings procedureParamBindings) -
org.hibernate.query.procedure.internal中ProcedureParameterImplementor的使用
实现ProcedureParameterImplementor的org.hibernate.query.procedure.internal中的类 修饰符和类型 类 说明 classProcedureParameterImpl<T>返回ProcedureParameterImplementor的org.hibernate.query.procedure.internal中的方法 修饰符和类型 方法 说明 <T> ProcedureParameterImplementor<T>ProcedureParameterMetadata. resolve(javax.persistence.Parameter<T> param)参数类型为ProcedureParameterImplementor的org.hibernate.query.procedure.internal中的方法 修饰符和类型 方法 说明 voidProcedureParameterMetadata. registerParameter(ProcedureParameterImplementor parameter)
-