Uses of Interface
org.hibernate.query.sqm.spi.NamedSqmQueryMemento
Packages that use NamedSqmQueryMemento
Package
Description
Support for handling named queries during the bootstrap process.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Implementation of the SPIs for HQL support.
SPIs for HQL support.
Support for named queries
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
-
Uses of NamedSqmQueryMemento in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return NamedSqmQueryMementoModifier and TypeMethodDescriptionNamedHqlQueryDefinitionImpl.resolve
(SessionFactoryImplementor factory) -
Uses of NamedSqmQueryMemento in org.hibernate.boot.query
Methods in org.hibernate.boot.query that return NamedSqmQueryMementoModifier and TypeMethodDescriptionNamedHqlQueryDefinition.resolve
(SessionFactoryImplementor factory) -
Uses of NamedSqmQueryMemento in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type NamedSqmQueryMementoModifier and TypeMethodDescriptionprotected <T> SqmQueryImplementor<T>
AbstractSharedSessionContract.createSqmQueryImplementor
(Class<T> resultType, NamedSqmQueryMemento memento) protected SqmQueryImplementor<?>
AbstractSharedSessionContract.createSqmQueryImplementor
(String queryName, NamedSqmQueryMemento memento) Method parameters in org.hibernate.internal with type arguments of type NamedSqmQueryMementoModifier and TypeMethodDescriptionprotected <Q> Q
AbstractSharedSessionContract.buildNamedQuery
(String queryName, Function<NamedSqmQueryMemento, Q> sqlCreator, Function<NamedNativeQueryMemento, Q> nativeCreator) -
Uses of NamedSqmQueryMemento in org.hibernate.query.criteria.internal
Classes in org.hibernate.query.criteria.internal that implement NamedSqmQueryMementoMethods in org.hibernate.query.criteria.internal that return NamedSqmQueryMementoModifier and TypeMethodDescription -
Uses of NamedSqmQueryMemento in org.hibernate.query.hql.internal
Classes in org.hibernate.query.hql.internal that implement NamedSqmQueryMementoModifier and TypeClassDescriptionclass
Definition of a named query, defined in the mapping metadata.Methods in org.hibernate.query.hql.internal that return NamedSqmQueryMementoModifier and TypeMethodDescription -
Uses of NamedSqmQueryMemento in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi that return NamedSqmQueryMementoModifier and TypeMethodDescription -
Uses of NamedSqmQueryMemento in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return NamedSqmQueryMementoMethods in org.hibernate.query.internal with parameters of type NamedSqmQueryMementoModifier and TypeMethodDescriptionvoid
NamedObjectRepositoryImpl.registerSqmQueryMemento
(String name, NamedSqmQueryMemento<?> descriptor) Method parameters in org.hibernate.query.internal with type arguments of type NamedSqmQueryMementoModifier and TypeMethodDescriptionvoid
NamedObjectRepositoryImpl.visitSqmQueryMementos
(Consumer<NamedSqmQueryMemento<?>> action) Constructor parameters in org.hibernate.query.internal with type arguments of type NamedSqmQueryMementoModifierConstructorDescriptionNamedObjectRepositoryImpl
(Map<String, NamedSqmQueryMemento<?>> sqmMementoMap, Map<String, NamedNativeQueryMemento<?>> sqlMementoMap, Map<String, NamedCallableQueryMemento> callableMementoMap, Map<String, NamedResultSetMappingMemento> resultSetMappingMementoMap) -
Uses of NamedSqmQueryMemento in org.hibernate.query.named
Methods in org.hibernate.query.named that return NamedSqmQueryMementoMethods in org.hibernate.query.named with parameters of type NamedSqmQueryMementoModifier and TypeMethodDescriptionvoid
NamedObjectRepository.registerSqmQueryMemento
(String name, NamedSqmQueryMemento<?> descriptor) Method parameters in org.hibernate.query.named with type arguments of type NamedSqmQueryMementoModifier and TypeMethodDescriptionvoid
NamedObjectRepository.visitSqmQueryMementos
(Consumer<NamedSqmQueryMemento<?>> action) -
Uses of NamedSqmQueryMemento in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return NamedSqmQueryMemento -
Uses of NamedSqmQueryMemento in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return NamedSqmQueryMementoModifier and TypeMethodDescription