Package org.hibernate.query.internal
Class ResultMementoCollectionStandard
java.lang.Object
org.hibernate.query.internal.ResultMementoCollectionStandard
- All Implemented Interfaces:
ModelPartReferenceMemento
,ModelPartResultMemento
,ModelPartResultMementoCollection
,ResultMappingMementoNode
,ResultMemento
public class ResultMementoCollectionStandard
extends Object
implements ModelPartResultMementoCollection
-
Constructor Summary
ConstructorsConstructorDescriptionResultMementoCollectionStandard
(String tableAlias, NavigablePath navigablePath, PluralAttributeMapping pluralAttributeDescriptor) -
Method Summary
Modifier and TypeMethodDescriptionPath to the memento, relative to the result rootsresolve
(Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)
-
Constructor Details
-
Method Details
-
getPluralAttributeDescriptor
- Specified by:
getPluralAttributeDescriptor
in interfaceModelPartResultMementoCollection
-
resolve
public ResultBuilder resolve(Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context) - Specified by:
resolve
in interfaceResultMemento