Uses of Interface
org.hibernate.query.sql.spi.NamedNativeQueryMemento
-
Packages that use NamedNativeQueryMemento Package Description org.hibernate.boot.internal org.hibernate.boot.query Support for handling named queries during the bootstrap process.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.query.internal org.hibernate.query.named Support for named queriesorg.hibernate.query.sql.internal Implementation of the SPIs for native SQL query support.org.hibernate.query.sql.spi SPIs for native SQL query support. -
-
Uses of NamedNativeQueryMemento in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return NamedNativeQueryMemento Modifier and Type Method Description NamedNativeQueryMemento
NamedNativeQueryDefinitionImpl. resolve(SessionFactoryImplementor factory)
-
Uses of NamedNativeQueryMemento in org.hibernate.boot.query
Methods in org.hibernate.boot.query that return NamedNativeQueryMemento Modifier and Type Method Description NamedNativeQueryMemento
NamedNativeQueryDefinition. resolve(SessionFactoryImplementor factory)
-
Uses of NamedNativeQueryMemento in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type NamedNativeQueryMemento Modifier and Type Method Description protected <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 NamedNativeQueryMemento Modifier and Type Method Description NamedNativeQueryMemento
NamedObjectRepositoryImpl. getNativeQueryMemento(String queryName)
Methods in org.hibernate.query.internal with parameters of type NamedNativeQueryMemento Modifier and Type Method Description void
NamedObjectRepositoryImpl. registerNativeQueryMemento(String name, NamedNativeQueryMemento descriptor)
Method parameters in org.hibernate.query.internal with type arguments of type NamedNativeQueryMemento Modifier and Type Method Description void
NamedObjectRepositoryImpl. visitNativeQueryMementos(Consumer<NamedNativeQueryMemento> action)
-
Uses of NamedNativeQueryMemento in org.hibernate.query.named
Methods in org.hibernate.query.named that return NamedNativeQueryMemento Modifier and Type Method Description NamedNativeQueryMemento
NamedObjectRepository. getNativeQueryMemento(String queryName)
Methods in org.hibernate.query.named with parameters of type NamedNativeQueryMemento Modifier and Type Method Description void
NamedObjectRepository. registerNativeQueryMemento(String name, NamedNativeQueryMemento descriptor)
Method parameters in org.hibernate.query.named with type arguments of type NamedNativeQueryMemento Modifier and Type Method Description void
NamedObjectRepository. visitNativeQueryMementos(Consumer<NamedNativeQueryMemento> action)
-
Uses of NamedNativeQueryMemento in org.hibernate.query.sql.internal
Classes in org.hibernate.query.sql.internal that implement NamedNativeQueryMemento Modifier and Type Class Description class
NamedNativeQueryMementoImpl
Keeps details of a named native SQL queryMethods in org.hibernate.query.sql.internal that return NamedNativeQueryMemento Modifier and Type Method Description NamedNativeQueryMemento
NamedNativeQueryMementoImpl. makeCopy(String name)
NamedNativeQueryMemento
NativeQueryImpl. toMemento(String name)
Methods in org.hibernate.query.sql.internal with parameters of type NamedNativeQueryMemento Modifier and Type Method Description protected void
NativeQueryImpl. applyOptions(NamedNativeQueryMemento memento)
Constructors in org.hibernate.query.sql.internal with parameters of type NamedNativeQueryMemento Constructor Description NativeQueryImpl(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, 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 NamedNativeQueryMemento Modifier and Type Method Description NamedNativeQueryMemento
NamedNativeQueryMemento.Builder. build(SessionFactoryImplementor sessionFactory)
NamedNativeQueryMemento
NamedNativeQueryMemento. makeCopy(String name)
NamedNativeQueryMemento
NativeQueryImplementor. toMemento(String name)
-