Uses of Interface
org.hibernate.query.named.NamedQueryMemento
-
Packages that use NamedQueryMemento Package Description org.hibernate.boot.query org.hibernate.procedure.spi org.hibernate.query.hql.spi org.hibernate.query.named Support for named queriesorg.hibernate.query.spi org.hibernate.query.sql.spi org.hibernate.query.sqm.spi SPI-level SQM contracts -
-
Uses of NamedQueryMemento in org.hibernate.boot.query
Methods in org.hibernate.boot.query that return NamedQueryMemento Modifier and Type Method Description NamedQueryMementoNamedQueryDefinition. resolve(SessionFactoryImplementor factory)Resolve the mapping definition into its run-time memento form -
Uses of NamedQueryMemento in org.hibernate.procedure.spi
Subinterfaces of NamedQueryMemento in org.hibernate.procedure.spi Modifier and Type Interface Description interfaceNamedCallableQueryMementoRepresents a "memento" (disconnected, externalizable form) of a ProcedureCall -
Uses of NamedQueryMemento in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi that return NamedQueryMemento Modifier and Type Method Description NamedQueryMementoSqmQueryImplementor. toMemento(String name) -
Uses of NamedQueryMemento in org.hibernate.query.named
Classes in org.hibernate.query.named that implement NamedQueryMemento Modifier and Type Class Description classAbstractNamedQueryMementoMethods in org.hibernate.query.named that return NamedQueryMemento Modifier and Type Method Description NamedQueryMementoNamedQueryMemento. makeCopy(String name)Makes a copy of the memento using the specified registration nameNamedQueryMementoNamedObjectRepository. resolve(SessionFactoryImplementor sessionFactory, MetadataImplementor bootMetamodel, String registrationName)Resolve the named query with the given name.NamedQueryMementoNameableQuery. toMemento(String name)Convert the query into the memento -
Uses of NamedQueryMemento in org.hibernate.query.spi
Methods in org.hibernate.query.spi with parameters of type NamedQueryMemento Modifier and Type Method Description protected voidAbstractQuery. applyOptions(NamedQueryMemento memento)protected voidAbstractSelectionQuery. applyOptions(NamedQueryMemento memento) -
Uses of NamedQueryMemento in org.hibernate.query.sql.spi
Subinterfaces of NamedQueryMemento in org.hibernate.query.sql.spi Modifier and Type Interface Description interfaceNamedNativeQueryMementoDescriptor for a named native query in the run-time environment -
Uses of NamedQueryMemento in org.hibernate.query.sqm.spi
Subinterfaces of NamedQueryMemento in org.hibernate.query.sqm.spi Modifier and Type Interface Description interfaceNamedSqmQueryMemento
-