Uses of Interface
org.hibernate.query.named.NamedResultSetMappingMemento
Packages that use NamedResultSetMappingMemento
Package
Description
Support for handling named queries during the bootstrap process.
Support for named queries
Support for defining result set mappings
used in
NativeQuery, ProcedureCall,
and StoredProcedureQuery.-
Uses of NamedResultSetMappingMemento in org.hibernate.boot.query
Methods in org.hibernate.boot.query that return NamedResultSetMappingMementoModifier and TypeMethodDescriptionHbmResultSetMappingDescriptor.resolve(org.hibernate.query.internal.ResultSetMappingResolutionContext resolutionContext) NamedResultSetMappingDescriptor.resolve(org.hibernate.query.internal.ResultSetMappingResolutionContext resolutionContext) Create a representation of the described ResultSet mapping for the purpose of being stored in Hibernate'sNamedObjectRepositorySqlResultSetMappingDescriptor.resolve(org.hibernate.query.internal.ResultSetMappingResolutionContext resolutionContext) -
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 TypeMethodDescriptionvoidNamedObjectRepository.registerResultSetMappingMemento(String name, NamedResultSetMappingMemento memento) Method parameters in org.hibernate.query.named with type arguments of type NamedResultSetMappingMementoModifier and TypeMethodDescriptionvoidNamedObjectRepository.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.