Uses of Interface
org.hibernate.procedure.spi.ParameterRegistrationImplementor
-
Packages that use ParameterRegistrationImplementor Package Description org.hibernate.procedure.spi org.hibernate.query.procedure.spi -
-
Uses of ParameterRegistrationImplementor in org.hibernate.procedure.spi
Method parameters in org.hibernate.procedure.spi with type arguments of type ParameterRegistrationImplementor Modifier and Type Method Description 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) -
Uses of ParameterRegistrationImplementor in org.hibernate.query.procedure.spi
Subinterfaces of ParameterRegistrationImplementor in org.hibernate.query.procedure.spi Modifier and Type Interface Description interfaceProcedureParameterImplementor<T>NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM
-