Uses of Interface
org.hibernate.query.named.NamedResultSetMappingMemento
-
Packages that use NamedResultSetMappingMemento Package Description 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.results Support for defining result set mappings used inNativeQuery
,ProcedureCall
, andStoredProcedureQuery
.org.hibernate.query.sql.internal 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 NamedResultSetMappingMemento Modifier and Type Method Description NamedResultSetMappingMemento
HbmResultSetMappingDescriptor. resolve(ResultSetMappingResolutionContext resolutionContext)
NamedResultSetMappingMemento
NamedResultSetMappingDescriptor. resolve(ResultSetMappingResolutionContext resolutionContext)
Create a representation of the described ResultSet mapping for the purpose of being stored in Hibernate'sNamedObjectRepository
NamedResultSetMappingMemento
SqlResultSetMappingDescriptor. resolve(ResultSetMappingResolutionContext resolutionContext)
-
Uses of NamedResultSetMappingMemento in org.hibernate.internal
Methods in org.hibernate.internal that return NamedResultSetMappingMemento Modifier and Type Method Description protected NamedResultSetMappingMemento
AbstractSharedSessionContract. getResultSetMappingMemento(String resultSetMappingName)
-
Uses of NamedResultSetMappingMemento in org.hibernate.query.internal
Classes in org.hibernate.query.internal that implement NamedResultSetMappingMemento Modifier and Type Class Description class
NamedResultSetMappingMementoImpl
Standard `NamedResultSetMappingMemento` implementationMethods in org.hibernate.query.internal that return NamedResultSetMappingMemento Modifier and Type Method Description NamedResultSetMappingMemento
NamedObjectRepositoryImpl. getResultSetMappingMemento(String mappingName)
Methods in org.hibernate.query.internal with parameters of type NamedResultSetMappingMemento Modifier and Type Method Description void
NamedObjectRepositoryImpl. registerResultSetMappingMemento(String name, NamedResultSetMappingMemento memento)
Method parameters in org.hibernate.query.internal with type arguments of type NamedResultSetMappingMemento Modifier and Type Method Description void
NamedObjectRepositoryImpl. visitResultSetMappingMementos(Consumer<NamedResultSetMappingMemento> action)
-
Uses of NamedResultSetMappingMemento in org.hibernate.query.named
Methods in org.hibernate.query.named that return NamedResultSetMappingMemento Modifier and Type Method Description NamedResultSetMappingMemento
NamedObjectRepository. getResultSetMappingMemento(String mappingName)
Methods in org.hibernate.query.named with parameters of type NamedResultSetMappingMemento Modifier and Type Method Description void
NamedObjectRepository. registerResultSetMappingMemento(String name, NamedResultSetMappingMemento memento)
Method parameters in org.hibernate.query.named with type arguments of type NamedResultSetMappingMemento Modifier and Type Method Description void
NamedObjectRepository. visitResultSetMappingMementos(Consumer<NamedResultSetMappingMemento> action)
-
Uses of NamedResultSetMappingMemento in org.hibernate.query.results
Methods in org.hibernate.query.results that return NamedResultSetMappingMemento Modifier and Type Method Description NamedResultSetMappingMemento
ResultSetMapping. toMemento(String name)
Create a memento from this mapping.NamedResultSetMappingMemento
ResultSetMappingImpl. toMemento(String name)
-
Uses of NamedResultSetMappingMemento in org.hibernate.query.sql.internal
Constructors in org.hibernate.query.sql.internal with parameters of type NamedResultSetMappingMemento Constructor Description NativeQueryImpl(String sqlString, NamedResultSetMappingMemento resultSetMappingMemento, AbstractSharedSessionContract session)
-