接口的使用
org.hibernate.procedure.spi.ParameterRegistrationImplementor
-
使用ParameterRegistrationImplementor的程序包 程序包 说明 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.procedure.internal中ParameterRegistrationImplementor的使用
返回ParameterRegistrationImplementor的org.hibernate.procedure.internal中的方法 修饰符和类型 方法 说明 ParameterRegistrationImplementor[]ProcedureCallImpl. collectRefCursorParameters()Collects any parameter registrations which indicate a REF_CURSOR parameter type/mode.ParameterRegistrationImplementorProcedureCallImpl. getParameterRegistration(int position)ParameterRegistrationImplementorProcedureCallImpl. getParameterRegistration(String name)参数类型为ParameterRegistrationImplementor的org.hibernate.procedure.internal中的方法 修饰符和类型 方法 说明 static ProcedureCallMementoImpl.ParameterMementoProcedureCallMementoImpl.ParameterMemento. fromRegistration(ParameterRegistrationImplementor registration)Build a ParameterMemento from the given parameter registration -
org.hibernate.procedure.spi中ParameterRegistrationImplementor的使用
类型变量类型为ParameterRegistrationImplementor的org.hibernate.procedure.spi中的方法参数 修饰符和类型 方法 说明 voidCallableStatementSupport. registerParameters(String procedureName, CallableStatement statement, ParameterStrategy parameterStrategy, List<ParameterRegistrationImplementor<?>> parameterRegistrations, SharedSessionContractImplementor session)default StringCallableStatementSupport. renderCallableStatement(String name, ParameterStrategy parameterStrategy, List<ParameterRegistrationImplementor<?>> parameterRegistrations, SharedSessionContractImplementor session) -
org.hibernate.query.procedure.internal中ParameterRegistrationImplementor的使用
实现ParameterRegistrationImplementor的org.hibernate.query.procedure.internal中的类 修饰符和类型 类 说明 classProcedureParameterImpl<T>返回ParameterRegistrationImplementor的org.hibernate.query.procedure.internal中的方法 修饰符和类型 方法 说明 <T> ParameterRegistrationImplementor<T>ProcedureParameterMetadata. getQueryParameter(Integer position)<T> ParameterRegistrationImplementor<T>ProcedureParameterMetadata. getQueryParameter(String name) -
org.hibernate.query.procedure.spi中ParameterRegistrationImplementor的使用
org.hibernate.query.procedure.spi中ParameterRegistrationImplementor的子接口 修饰符和类型 接口 说明 interfaceProcedureParameterImplementor<T>NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM
-