Uses of Class
org.hibernate.procedure.spi.ParameterStrategy
-
Packages that use ParameterStrategy Package Description org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI.org.hibernate.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 ParameterStrategy Modifier and Type Method Description ParameterStrategyNamedCallableQueryMementoImpl. getParameterStrategy()ParameterStrategyProcedureCallImpl. getParameterStrategy()ParameterStrategyProcedureParameterMetadataImpl. getParameterStrategy()Constructors in org.hibernate.procedure.internal with parameters of type ParameterStrategy Constructor Description NamedCallableQueryMementoImpl(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 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.
-