Uses of Class
org.hibernate.procedure.spi.ParameterStrategy
-
Packages that use ParameterStrategy Package Description org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.procedure.spi org.hibernate.sql.exec.internal -
-
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. -
Uses of ParameterStrategy in org.hibernate.sql.exec.internal
Constructors in org.hibernate.sql.exec.internal with parameters of type ParameterStrategy Constructor Description Builder(ParameterStrategy parameterStrategy)
-