Uses of Interface
org.hibernate.procedure.spi.NamedCallableQueryMemento.ParameterMemento
-
Packages that use NamedCallableQueryMemento.ParameterMemento Package Description org.hibernate.procedure.spi org.hibernate.query.sqm.tree.expression -
-
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.ParameterMementoJpaCriteriaParameter. toMemento()
-