Uses of Interface
org.hibernate.query.sql.spi.NamedNativeQueryMemento
Packages that use NamedNativeQueryMemento
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
.Support for named queries
Implementation of the SPIs for native SQL query support.
SPIs for native SQL query support.
-
Uses of NamedNativeQueryMemento in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return NamedNativeQueryMementoModifier and TypeMethodDescriptionNamedNativeQueryDefinitionImpl.resolve
(SessionFactoryImplementor factory) -
Uses of NamedNativeQueryMemento in org.hibernate.boot.query
Methods in org.hibernate.boot.query that return NamedNativeQueryMementoModifier and TypeMethodDescriptionNamedNativeQueryDefinition.resolve
(SessionFactoryImplementor factory) -
Uses of NamedNativeQueryMemento in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type NamedNativeQueryMementoModifier and TypeMethodDescriptionprotected <T> NativeQueryImplementor<T>
AbstractSharedSessionContract.createNativeQueryImplementor
(Class<T> resultType, NamedNativeQueryMemento memento) protected NativeQueryImplementor<?>
AbstractSharedSessionContract.createNativeQueryImplementor
(String queryName, NamedNativeQueryMemento memento) -
Uses of NamedNativeQueryMemento in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return NamedNativeQueryMementoModifier and TypeMethodDescriptionNamedObjectRepositoryImpl.getNativeQueryMemento
(String queryName) Methods in org.hibernate.query.internal with parameters of type NamedNativeQueryMementoModifier and TypeMethodDescriptionvoid
NamedObjectRepositoryImpl.registerNativeQueryMemento
(String name, NamedNativeQueryMemento<?> descriptor) Method parameters in org.hibernate.query.internal with type arguments of type NamedNativeQueryMementoModifier and TypeMethodDescriptionvoid
NamedObjectRepositoryImpl.visitNativeQueryMementos
(Consumer<NamedNativeQueryMemento<?>> action) -
Uses of NamedNativeQueryMemento in org.hibernate.query.named
Methods in org.hibernate.query.named that return NamedNativeQueryMementoMethods in org.hibernate.query.named with parameters of type NamedNativeQueryMementoModifier and TypeMethodDescriptionvoid
NamedObjectRepository.registerNativeQueryMemento
(String name, NamedNativeQueryMemento<?> descriptor) Method parameters in org.hibernate.query.named with type arguments of type NamedNativeQueryMementoModifier and TypeMethodDescriptionvoid
NamedObjectRepository.visitNativeQueryMementos
(Consumer<NamedNativeQueryMemento<?>> action) -
Uses of NamedNativeQueryMemento in org.hibernate.query.sql.internal
Classes in org.hibernate.query.sql.internal that implement NamedNativeQueryMementoModifier and TypeClassDescriptionclass
Keeps details of a named native SQL queryMethods in org.hibernate.query.sql.internal that return NamedNativeQueryMementoModifier and TypeMethodDescriptionMethods in org.hibernate.query.sql.internal with parameters of type NamedNativeQueryMementoModifier and TypeMethodDescriptionprotected void
NativeQueryImpl.applyOptions
(NamedNativeQueryMemento<?> memento) Constructors in org.hibernate.query.sql.internal with parameters of type NamedNativeQueryMementoModifierConstructorDescriptionNativeQueryImpl
(NamedNativeQueryMemento<?> memento, Class<R> resultJavaType, SharedSessionContractImplementor session) Constructs a NativeQueryImpl given a sql query defined in the mappings.NativeQueryImpl
(NamedNativeQueryMemento<?> memento, String resultSetMappingName, SharedSessionContractImplementor session) Constructs a NativeQueryImpl given a sql query defined in the mappings.NativeQueryImpl
(NamedNativeQueryMemento<?> memento, Supplier<ResultSetMapping> resultSetMappingCreator, org.hibernate.query.sql.internal.NativeQueryImpl.ResultSetMappingHandler resultSetMappingHandler, @Nullable Class<R> resultType, SharedSessionContractImplementor session) NativeQueryImpl
(NamedNativeQueryMemento<?> memento, Supplier<ResultSetMapping> resultSetMappingCreator, org.hibernate.query.sql.internal.NativeQueryImpl.ResultSetMappingHandler resultSetMappingHandler, SharedSessionContractImplementor session) NativeQueryImpl
(NamedNativeQueryMemento<?> memento, SharedSessionContractImplementor session) Constructs a NativeQueryImpl given a sql query defined in the mappings. -
Uses of NamedNativeQueryMemento in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi that return NamedNativeQueryMementoModifier and TypeMethodDescription