Uses of Interface
org.hibernate.query.named.NamedResultSetMappingMemento
-
Packages that use NamedResultSetMappingMemento Package Description org.hibernate.boot.query org.hibernate.query.named Support for named queriesorg.hibernate.query.results Support for defining result-set mappings used inNativeQueryandProcedureCall/StoredProcedureQuery. -
-
Uses of NamedResultSetMappingMemento in org.hibernate.boot.query
Methods in org.hibernate.boot.query that return NamedResultSetMappingMemento Modifier and Type Method Description NamedResultSetMappingMementoHbmResultSetMappingDescriptor. resolve(org.hibernate.query.internal.ResultSetMappingResolutionContext resolutionContext)NamedResultSetMappingMementoNamedResultSetMappingDescriptor. resolve(org.hibernate.query.internal.ResultSetMappingResolutionContext resolutionContext)Create a representation of the described ResultSet mapping for the purpose of being stored in Hibernate'sNamedObjectRepositoryNamedResultSetMappingMementoSqlResultSetMappingDescriptor. resolve(org.hibernate.query.internal.ResultSetMappingResolutionContext resolutionContext) -
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)NamedResultSetMappingMementoResultSetMappingImpl. toMemento(String name)
-