Uses of Interface
org.hibernate.query.named.NamedResultSetMappingMemento
-
Packages that use NamedResultSetMappingMemento Package Description org.hibernate.boot.query org.hibernate.query.internal org.hibernate.query.named Support for named queriesorg.hibernate.query.results Support for defining result-set mappings used inNativeQuery
andProcedureCall
/StoredProcedureQuery
.org.hibernate.query.sql.internal -
-
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.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)
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)
-