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 NamedResultSetMappingMementoHbmResultSetMappingDescriptor. resolve(ResultSetMappingResolutionContext resolutionContext)NamedResultSetMappingMementoNamedResultSetMappingDescriptor. resolve(ResultSetMappingResolutionContext resolutionContext)Create a representation of the described ResultSet mapping for the purpose of being stored in Hibernate'sNamedObjectRepositoryNamedResultSetMappingMementoSqlResultSetMappingDescriptor. resolve(ResultSetMappingResolutionContext resolutionContext) -
Uses of NamedResultSetMappingMemento in org.hibernate.internal
Methods in org.hibernate.internal that return NamedResultSetMappingMemento Modifier and Type Method Description protected NamedResultSetMappingMementoAbstractSharedSessionContract. 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 classNamedResultSetMappingMementoImplStandard `NamedResultSetMappingMemento` implementationMethods in org.hibernate.query.internal that return NamedResultSetMappingMemento Modifier and Type Method Description NamedResultSetMappingMementoNamedObjectRepositoryImpl. getResultSetMappingMemento(String mappingName)Methods in org.hibernate.query.internal with parameters of type NamedResultSetMappingMemento Modifier and Type Method Description voidNamedObjectRepositoryImpl. registerResultSetMappingMemento(String name, NamedResultSetMappingMemento memento)Method parameters in org.hibernate.query.internal with type arguments of type NamedResultSetMappingMemento Modifier and Type Method Description voidNamedObjectRepositoryImpl. 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 NamedResultSetMappingMementoNamedObjectRepository. getResultSetMappingMemento(String mappingName)Methods in org.hibernate.query.named with parameters of type NamedResultSetMappingMemento Modifier and Type Method Description voidNamedObjectRepository. registerResultSetMappingMemento(String name, NamedResultSetMappingMemento memento)Method parameters in org.hibernate.query.named with type arguments of type NamedResultSetMappingMemento Modifier and Type Method Description voidNamedObjectRepository. 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 NamedResultSetMappingMementoResultSetMapping. toMemento(String name)Create a memento from this mapping.NamedResultSetMappingMementoResultSetMappingImpl. 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)
-