Uses of Class
org.hibernate.procedure.spi.ParameterStrategy
-
Packages that use ParameterStrategy Package Description org.hibernate.procedure.spi 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 ParameterStrategy Modifier and Type Method Description ParameterStrategyNamedCallableQueryMemento. getParameterStrategy()ParameterStrategyProcedureCallImplementor. getParameterStrategy()static ParameterStrategyParameterStrategy. valueOf(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.
-