Uses of Interface
org.hibernate.procedure.spi.NamedCallableQueryMemento.ParameterMemento
-
Packages that use NamedCallableQueryMemento.ParameterMemento Package Description org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.procedure.spi org.hibernate.query.sqm.tree.expression -
-
Uses of NamedCallableQueryMemento.ParameterMemento in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement NamedCallableQueryMemento.ParameterMemento Modifier and Type Class Description static class
NamedCallableQueryMementoImpl.ParameterMementoImpl
A "disconnected" copy of the metadata for a parameter, that can be used in ProcedureCallMementoImpl.Methods in org.hibernate.procedure.internal that return NamedCallableQueryMemento.ParameterMemento Modifier and Type Method Description NamedCallableQueryMemento.ParameterMemento
FunctionReturnImpl. toMemento()
NamedCallableQueryMemento.ParameterMemento
ProcedureParameterImpl. toMemento()
Methods in org.hibernate.procedure.internal that return types with arguments of type NamedCallableQueryMemento.ParameterMemento Modifier and Type Method Description List<NamedCallableQueryMemento.ParameterMemento>
NamedCallableQueryMementoImpl. getParameterMementos()
Constructor parameters in org.hibernate.procedure.internal with type arguments of type NamedCallableQueryMemento.ParameterMemento 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 NamedCallableQueryMemento.ParameterMemento in org.hibernate.procedure.spi
Methods in org.hibernate.procedure.spi that return types with arguments of type NamedCallableQueryMemento.ParameterMemento Modifier and Type Method Description List<NamedCallableQueryMemento.ParameterMemento>
NamedCallableQueryMemento. getParameterMementos()
-
Uses of NamedCallableQueryMemento.ParameterMemento in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression that return NamedCallableQueryMemento.ParameterMemento Modifier and Type Method Description NamedCallableQueryMemento.ParameterMemento
JpaCriteriaParameter. toMemento()
-