Uses of Enum Class
org.hibernate.procedure.spi.ParameterStrategy
Packages that use ParameterStrategy
Package
Description
Defines an SPI for calling stored procedures and functions.
-
Uses of ParameterStrategy in org.hibernate.procedure.spi
Subclasses with type arguments of type ParameterStrategy in org.hibernate.procedure.spiModifier and TypeClassDescriptionenumThe style/strategy of parameter registration used in a particular procedure call definition.Methods in org.hibernate.procedure.spi that return ParameterStrategyModifier and TypeMethodDescriptionNamedCallableQueryMemento.getParameterStrategy()ProcedureCallImplementor.getParameterStrategy()static ParameterStrategyReturns the enum constant of this class with the specified name.static ParameterStrategy[]ParameterStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.