接口的使用
org.hibernate.query.procedure.ProcedureParameter
-
使用ProcedureParameter的程序包 程序包 说明 org.hibernate.procedure org.hibernate.procedure.spi org.hibernate.query.procedure.internal org.hibernate.query.procedure.spi -
-
org.hibernate.procedure中ProcedureParameter的使用
org.hibernate.procedure中ProcedureParameter的子接口 修饰符和类型 接口 说明 interfaceParameterRegistration<T>Describes a registered procedure/function parameter. -
org.hibernate.procedure.spi中ProcedureParameter的使用
org.hibernate.procedure.spi中ProcedureParameter的子接口 修饰符和类型 接口 说明 interfaceParameterRegistrationImplementor<T>Additional internal contract for ParameterRegistration -
org.hibernate.query.procedure.internal中ProcedureParameter的使用
实现ProcedureParameter的org.hibernate.query.procedure.internal中的类 修饰符和类型 类 说明 classProcedureParameterImpl<T> -
org.hibernate.query.procedure.spi中ProcedureParameter的使用
org.hibernate.query.procedure.spi中ProcedureParameter的子接口 修饰符和类型 接口 说明 interfaceProcedureParameterImplementor<T>NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM
-