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 an SPI for calling stored procedures and functions.
Support for named queries
-
Uses of NamedQueryMemento in org.hibernate.boot.query
Methods in org.hibernate.boot.query that return NamedQueryMementoModifier and TypeMethodDescriptionNamedMutationDefinition.resolve(SessionFactoryImplementor factory) Resolve the mapping definition into its run-time memento form.NamedQueryDefinition.resolve(SessionFactoryImplementor factory) Resolve the mapping definition into its run-time memento form. -
Uses of NamedQueryMemento in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection with parameters of type NamedQueryMementoModifier and TypeMethodDescriptionprotected CollectionLoaderAbstractCollectionPersister.createNamedQueryCollectionLoader(CollectionPersister persister, NamedQueryMemento<?> namedQueryMemento) For Hibernate Reactive -
Uses of NamedQueryMemento in org.hibernate.procedure.spi
Subinterfaces of NamedQueryMemento in org.hibernate.procedure.spiModifier and TypeInterfaceDescriptioninterfaceRepresents a "memento" (disconnected, externalizable form) of a ProcedureCall -
Uses of NamedQueryMemento in org.hibernate.query.named
Subinterfaces of NamedQueryMemento in org.hibernate.query.namedModifier and TypeInterfaceDescriptioninterfaceinterfaceDescriptor for a named native query in the runtime environmentinterfaceModels NamedQueryMemento which is a selection-queryinterfaceMethods in org.hibernate.query.named that return NamedQueryMementoModifier and TypeMethodDescription<R> @Nullable NamedQueryMemento<R> NamedObjectRepository.findQueryMementoByName(String name, boolean includeProcedureCalls) Find a query registration by name, regardless of query type.<R> @NonNull NamedQueryMemento<R> NamedObjectRepository.getQueryMementoByName(String name, boolean includeProcedureCalls) Find a query registration by name, regardless of query type, throwing an exception if one could not be found.Makes 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 this query into the memento.