Uses of Interface
org.hibernate.query.named.NamedQueryMemento.ParameterMemento
-
Packages that use NamedQueryMemento.ParameterMemento Package Description org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.procedure.spi org.hibernate.query.internal org.hibernate.query.spi -
-
Uses of NamedQueryMemento.ParameterMemento in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement NamedQueryMemento.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. -
Uses of NamedQueryMemento.ParameterMemento in org.hibernate.procedure.spi
Subinterfaces of NamedQueryMemento.ParameterMemento in org.hibernate.procedure.spi Modifier and Type Interface Description static interface
NamedCallableQueryMemento.ParameterMemento
-
Uses of NamedQueryMemento.ParameterMemento in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return NamedQueryMemento.ParameterMemento Modifier and Type Method Description NamedQueryMemento.ParameterMemento
QueryParameterNamedImpl. toMemento()
NamedQueryMemento.ParameterMemento
QueryParameterPositionalImpl. toMemento()
-
Uses of NamedQueryMemento.ParameterMemento in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return NamedQueryMemento.ParameterMemento Modifier and Type Method Description NamedQueryMemento.ParameterMemento
QueryParameterImplementor. toMemento()
-