Uses of Interface
org.hibernate.query.named.NamedQueryMemento.ParameterMemento
-
Packages that use NamedQueryMemento.ParameterMemento Package Description org.hibernate.procedure.spi Defines an SPI for calling stored procedures and functions.org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters. -
-
Uses of NamedQueryMemento.ParameterMemento in org.hibernate.procedure.spi
Subinterfaces of NamedQueryMemento.ParameterMemento in org.hibernate.procedure.spi Modifier and Type Interface Description static interfaceNamedCallableQueryMemento.ParameterMemento -
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.ParameterMementoQueryParameterImplementor. toMemento()
-