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 NamedNativeQueryMementoNamedNativeQueryDefinitionImpl. 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 NamedNativeQueryMementoNamedNativeQueryDefinition. 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 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 NamedNativeQueryMementoNamedObjectRepositoryImpl. getNativeQueryMemento(String queryName)Methods in org.hibernate.query.internal with parameters of type NamedNativeQueryMemento Modifier and Type Method Description voidNamedObjectRepositoryImpl. registerNativeQueryMemento(String name, NamedNativeQueryMemento descriptor)Method parameters in org.hibernate.query.internal with type arguments of type NamedNativeQueryMemento Modifier and Type Method Description voidNamedObjectRepositoryImpl. 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 NamedNativeQueryMementoNamedObjectRepository. getNativeQueryMemento(String queryName)Methods in org.hibernate.query.named with parameters of type NamedNativeQueryMemento Modifier and Type Method Description voidNamedObjectRepository. registerNativeQueryMemento(String name, NamedNativeQueryMemento descriptor)Method parameters in org.hibernate.query.named with type arguments of type NamedNativeQueryMemento Modifier and Type Method Description voidNamedObjectRepository. 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 classNamedNativeQueryMementoImplKeeps details of a named native SQL queryMethods in org.hibernate.query.sql.internal that return NamedNativeQueryMemento Modifier and Type Method Description NamedNativeQueryMementoNamedNativeQueryMementoImpl. makeCopy(String name)NamedNativeQueryMementoNativeQueryImpl. toMemento(String name)Methods in org.hibernate.query.sql.internal with parameters of type NamedNativeQueryMemento Modifier and Type Method Description protected voidNativeQueryImpl. 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 NamedNativeQueryMementoNamedNativeQueryMemento.Builder. build(SessionFactoryImplementor sessionFactory)NamedNativeQueryMementoNamedNativeQueryMemento. makeCopy(String name)NamedNativeQueryMementoNativeQueryImplementor. toMemento(String name)
-