Uses of Interface
org.hibernate.procedure.spi.NamedCallableQueryMemento.ParameterMemento
Packages that use NamedCallableQueryMemento.ParameterMemento
Package
Description
Defines the internal implementation of the stored procedure SPI.
Defines an SPI for calling stored procedures and functions.
Nodes representing expressions in the SQM tree.
-
Uses of NamedCallableQueryMemento.ParameterMemento in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement NamedCallableQueryMemento.ParameterMementoModifier and TypeClassDescriptionstatic class
A "disconnected" copy of the metadata for a parameter, that can be used in ProcedureCallMementoImpl.Methods in org.hibernate.procedure.internal that return NamedCallableQueryMemento.ParameterMementoModifier and TypeMethodDescriptionFunctionReturnImpl.toMemento()
ProcedureParameterImpl.toMemento()
Methods in org.hibernate.procedure.internal that return types with arguments of type NamedCallableQueryMemento.ParameterMementoConstructor parameters in org.hibernate.procedure.internal with type arguments of type NamedCallableQueryMemento.ParameterMementoModifierConstructorDescriptionNamedCallableQueryMementoImpl
(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 NamedCallableQueryMemento.ParameterMemento in org.hibernate.procedure.spi
Methods in org.hibernate.procedure.spi that return types with arguments of type NamedCallableQueryMemento.ParameterMemento -
Uses of NamedCallableQueryMemento.ParameterMemento in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression that return NamedCallableQueryMemento.ParameterMemento