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 void
CallableStatementSupport. registerParameters(java.lang.String procedureName, java.sql.CallableStatement statement, ParameterStrategy parameterStrategy, java.util.List<ParameterRegistrationImplementor<?>> parameterRegistrations, SharedSessionContractImplementor session)
default java.lang.String
CallableStatementSupport. renderCallableStatement(java.lang.String name, ParameterStrategy parameterStrategy, java.util.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 interface
ProcedureParameterImplementor<T>
NOTE: Consider this contract (and its sub-contracts) as incubating as we transition to 6.0 and SQM
-