Uses of Interface
org.hibernate.query.named.NamedQueryMemento
Packages that use NamedQueryMemento
Package
Description
Support for handling named queries during the bootstrap process.
This package abstracts persistence mechanisms for collections.
Defines the internal implementation of the stored procedure SPI.
Defines an SPI for calling stored procedures and functions.
Implementation of the SPIs for HQL support.
Support for named queries
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
Implementation of the SPIs for native SQL query support.
SPIs for native SQL query support.
SPI-level SQM contracts
-
Uses of NamedQueryMemento in org.hibernate.boot.query
Methods in org.hibernate.boot.query that return NamedQueryMementoModifier and TypeMethodDescriptionNamedQueryDefinition.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 NamedQueryMementoModifierConstructorDescriptionCollectionLoaderNamedQuery
(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 NamedQueryMementoModifier and TypeMethodDescriptionprotected 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 NamedQueryMementoModifier and TypeClassDescriptionclass
Implementation of NamedCallableQueryMementoMethods in org.hibernate.procedure.internal that return NamedQueryMementoModifier and TypeMethodDescription -
Uses of NamedQueryMemento in org.hibernate.procedure.spi
Subinterfaces of NamedQueryMemento in org.hibernate.procedure.spiModifier and TypeInterfaceDescriptioninterface
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 -
Uses of NamedQueryMemento in org.hibernate.query.hql.internal
Classes in org.hibernate.query.hql.internal that implement NamedQueryMementoModifier and TypeClassDescriptionclass
Definition of a named query, defined in the mapping metadata. -
Uses of NamedQueryMemento in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return NamedQueryMementoModifier and TypeMethodDescriptionNamedObjectRepositoryImpl.resolve
(SessionFactoryImplementor sessionFactory, MetadataImplementor bootMetamodel, String registrationName) -
Uses of NamedQueryMemento in org.hibernate.query.named
Classes in org.hibernate.query.named that implement NamedQueryMementoMethods in org.hibernate.query.named that return NamedQueryMementoModifier and TypeMethodDescriptionMakes a copy of the memento using the specified registration nameNamedObjectRepository.resolve
(SessionFactoryImplementor sessionFactory, MetadataImplementor bootMetamodel, String registrationName) Resolve the named query with the given 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 NamedQueryMementoModifier and TypeMethodDescriptionprotected 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 NamedQueryMementoModifier and TypeClassDescriptionclass
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.spiModifier and TypeInterfaceDescriptioninterface
Descriptor for a named native query in the runtime environment -
Uses of NamedQueryMemento in org.hibernate.query.sqm.spi
Subinterfaces of NamedQueryMemento in org.hibernate.query.sqm.spi