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
Methods in org.hibernate.procedure.spi that return ParameterStrategyModifier and TypeMethodDescriptionNamedCallableQueryMemento.getParameterStrategy()
ProcedureCallImplementor.getParameterStrategy()
static ParameterStrategy
Returns 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.