Uses of Interface
org.hibernate.query.named.NamedResultSetMappingMemento
Packages that use NamedResultSetMappingMemento
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
Support for defining result set mappings
used in
NativeQuery
, ProcedureCall
,
and StoredProcedureQuery
.Implementation of the SPIs for native SQL query support.
-
Uses of NamedResultSetMappingMemento in org.hibernate.boot.query
Methods in org.hibernate.boot.query that return NamedResultSetMappingMementoModifier and TypeMethodDescriptionHbmResultSetMappingDescriptor.resolve
(ResultSetMappingResolutionContext resolutionContext) NamedResultSetMappingDescriptor.resolve
(ResultSetMappingResolutionContext resolutionContext) Create a representation of the described ResultSet mapping for the purpose of being stored in Hibernate'sNamedObjectRepository
SqlResultSetMappingDescriptor.resolve
(ResultSetMappingResolutionContext resolutionContext) -
Uses of NamedResultSetMappingMemento in org.hibernate.internal
Methods in org.hibernate.internal that return NamedResultSetMappingMementoModifier and TypeMethodDescriptionprotected NamedResultSetMappingMemento
AbstractSharedSessionContract.getResultSetMappingMemento
(String resultSetMappingName) -
Uses of NamedResultSetMappingMemento in org.hibernate.query.internal
Classes in org.hibernate.query.internal that implement NamedResultSetMappingMementoMethods in org.hibernate.query.internal that return NamedResultSetMappingMementoModifier and TypeMethodDescriptionNamedObjectRepositoryImpl.getResultSetMappingMemento
(String mappingName) Methods in org.hibernate.query.internal with parameters of type NamedResultSetMappingMementoModifier and TypeMethodDescriptionvoid
NamedObjectRepositoryImpl.registerResultSetMappingMemento
(String name, NamedResultSetMappingMemento memento) Method parameters in org.hibernate.query.internal with type arguments of type NamedResultSetMappingMementoModifier and TypeMethodDescriptionvoid
NamedObjectRepositoryImpl.visitResultSetMappingMementos
(Consumer<NamedResultSetMappingMemento> action) -
Uses of NamedResultSetMappingMemento in org.hibernate.query.named
Methods in org.hibernate.query.named that return NamedResultSetMappingMementoModifier and TypeMethodDescriptionNamedObjectRepository.getResultSetMappingMemento
(String mappingName) Methods in org.hibernate.query.named with parameters of type NamedResultSetMappingMementoModifier and TypeMethodDescriptionvoid
NamedObjectRepository.registerResultSetMappingMemento
(String name, NamedResultSetMappingMemento memento) Method parameters in org.hibernate.query.named with type arguments of type NamedResultSetMappingMementoModifier and TypeMethodDescriptionvoid
NamedObjectRepository.visitResultSetMappingMementos
(Consumer<NamedResultSetMappingMemento> action) -
Uses of NamedResultSetMappingMemento in org.hibernate.query.results
Methods in org.hibernate.query.results that return NamedResultSetMappingMementoModifier and TypeMethodDescriptionCreate a memento from this mapping. -
Uses of NamedResultSetMappingMemento in org.hibernate.query.results.internal
Methods in org.hibernate.query.results.internal that return NamedResultSetMappingMementoModifier and TypeMethodDescription -
Uses of NamedResultSetMappingMemento in org.hibernate.query.sql.internal
Constructors in org.hibernate.query.sql.internal with parameters of type NamedResultSetMappingMementoModifierConstructorDescriptionNativeQueryImpl
(String sqlString, NamedResultSetMappingMemento resultSetMappingMemento, AbstractSharedSessionContract session)