Uses of Class
org.hibernate.procedure.spi.ParameterStrategy
-
Packages that use ParameterStrategy Package Description org.hibernate.procedure.spi -
-
Uses of ParameterStrategy in org.hibernate.procedure.spi
Methods in org.hibernate.procedure.spi that return ParameterStrategy Modifier and Type Method Description static ParameterStrategy
ParameterStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ParameterStrategy[]
ParameterStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.procedure.spi with parameters of type ParameterStrategy 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)
-