Uses of Enum Class
org.hibernate.procedure.spi.ParameterStrategy
Packages that use ParameterStrategy
Package
Description
Defines the internal implementation of the stored procedure SPI.
Defines an SPI for calling stored procedures and functions.
-
Uses of ParameterStrategy in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal that return ParameterStrategyModifier and TypeMethodDescriptionNamedCallableQueryMementoImpl.getParameterStrategy()
ProcedureCallImpl.getParameterStrategy()
ProcedureParameterMetadataImpl.getParameterStrategy()
Constructors in org.hibernate.procedure.internal with parameters of type ParameterStrategyModifierConstructorDescriptionNamedCallableQueryMementoImpl
(String name, String callableName, ParameterStrategy parameterStrategy, List<NamedCallableQueryMemento.ParameterMemento> parameterMementos, String[] resultSetMappingNames, Class<?>[] resultSetMappingClasses, Set<String> querySpaces, Boolean cacheable, String cacheRegion, CacheMode cacheMode, FlushMode flushMode, Boolean readOnly, Integer timeout, Integer fetchSize, String comment, Map<String, Object> hints) Constructs a ProcedureCallImpl -
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.