Uses of Interface
org.hibernate.query.named.NamedQueryMemento
-
Packages that use NamedQueryMemento Package Description org.hibernate.boot.query Support for handling named queries during the bootstrap process.org.hibernate.loader.ast.internal org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI.org.hibernate.procedure.spi Defines an SPI for calling stored procedures and functions.org.hibernate.query.criteria.internal org.hibernate.query.hql.internal Implementation of the SPIs for HQL support.org.hibernate.query.hql.spi SPIs for HQL support.org.hibernate.query.internal org.hibernate.query.named Support for named queriesorg.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sql.internal Implementation of the SPIs for native SQL query support.org.hibernate.query.sql.spi SPIs for native SQL query support.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.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 NamedQueryMemento
NamedQueryDefinition. resolve(SessionFactoryImplementor factory)
Resolve the mapping definition into its run-time memento form -
Uses of NamedQueryMemento in org.hibernate.loader.ast.internal
Constructors in org.hibernate.loader.ast.internal with parameters of type NamedQueryMemento Constructor Description CollectionLoaderNamedQuery(CollectionPersister persister, NamedQueryMemento namedQueryMemento)
SingleIdEntityLoaderProvidedQueryImpl(EntityMappingType entityDescriptor, NamedQueryMemento namedQueryMemento)
-
Uses of NamedQueryMemento in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection with parameters of type NamedQueryMemento Modifier and Type Method Description protected CollectionLoader
AbstractCollectionPersister. createNamedQueryCollectionLoader(CollectionPersister persister, NamedQueryMemento namedQueryMemento)
For Hibernate Reactive -
Uses of NamedQueryMemento in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement NamedQueryMemento Modifier and Type Class Description class
NamedCallableQueryMementoImpl
Implementation of NamedCallableQueryMementoMethods in org.hibernate.procedure.internal that return NamedQueryMemento Modifier and Type Method Description NamedQueryMemento
NamedCallableQueryMementoImpl. makeCopy(String name)
-
Uses of NamedQueryMemento in org.hibernate.procedure.spi
Subinterfaces of NamedQueryMemento in org.hibernate.procedure.spi Modifier and Type Interface Description interface
NamedCallableQueryMemento
Represents a "memento" (disconnected, externalizable form) of a ProcedureCall -
Uses of NamedQueryMemento in org.hibernate.query.criteria.internal
Classes in org.hibernate.query.criteria.internal that implement NamedQueryMemento Modifier and Type Class Description class
NamedCriteriaQueryMementoImpl
-
Uses of NamedQueryMemento in org.hibernate.query.hql.internal
Classes in org.hibernate.query.hql.internal that implement NamedQueryMemento Modifier and Type Class Description class
NamedHqlQueryMementoImpl
Definition of a named query, defined in the mapping metadata. -
Uses of NamedQueryMemento in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi that return NamedQueryMemento Modifier and Type Method Description NamedQueryMemento
SqmQueryImplementor. toMemento(String name)
-
Uses of NamedQueryMemento in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return NamedQueryMemento Modifier and Type Method Description NamedQueryMemento
NamedObjectRepositoryImpl. resolve(SessionFactoryImplementor sessionFactory, MetadataImplementor bootMetamodel, String registrationName)
-
Uses of NamedQueryMemento in org.hibernate.query.named
Classes in org.hibernate.query.named that implement NamedQueryMemento Modifier and Type Class Description class
AbstractNamedQueryMemento
Methods in org.hibernate.query.named that return NamedQueryMemento Modifier and Type Method Description NamedQueryMemento
NamedQueryMemento. makeCopy(String name)
Makes a copy of the memento using the specified registration nameNamedQueryMemento
NamedObjectRepository. resolve(SessionFactoryImplementor sessionFactory, MetadataImplementor bootMetamodel, String registrationName)
Resolve the named query with the given name.NamedQueryMemento
NameableQuery. 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 void
AbstractQuery. applyOptions(NamedQueryMemento memento)
protected void
AbstractSelectionQuery. applyOptions(NamedQueryMemento memento)
-
Uses of NamedQueryMemento in org.hibernate.query.sql.internal
Classes in org.hibernate.query.sql.internal that implement NamedQueryMemento Modifier and Type Class Description class
NamedNativeQueryMementoImpl
Keeps details of a named native SQL query -
Uses of NamedQueryMemento in org.hibernate.query.sql.spi
Subinterfaces of NamedQueryMemento in org.hibernate.query.sql.spi Modifier and Type Interface Description interface
NamedNativeQueryMemento
Descriptor for a named native query in the runtime environment -
Uses of NamedQueryMemento in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return NamedQueryMemento Modifier and Type Method Description NamedQueryMemento
QuerySqmImpl. toMemento(String name)
-
Uses of NamedQueryMemento in org.hibernate.query.sqm.spi
Subinterfaces of NamedQueryMemento in org.hibernate.query.sqm.spi Modifier and Type Interface Description interface
NamedSqmQueryMemento
-