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
-
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.spi
Methods in org.hibernate.query.results.spi that return NamedResultSetMappingMementoModifier and TypeMethodDescriptionCreate a memento from this mapping.