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
Constructors Constructor Description ResultMementoCollectionStandard(String tableAlias, NavigablePath navigablePath, PluralAttributeMapping pluralAttributeDescriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NavigablePathgetNavigablePath()Path to the memento, relative to the result rootsPluralAttributeMappinggetPluralAttributeDescriptor()ResultBuilderresolve(Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)
-
-
-
Constructor Detail
-
ResultMementoCollectionStandard
public ResultMementoCollectionStandard(String tableAlias, NavigablePath navigablePath, PluralAttributeMapping pluralAttributeDescriptor)
-
-
Method Detail
-
getNavigablePath
public NavigablePath getNavigablePath()
Description copied from interface:ModelPartReferenceMementoPath to the memento, relative to the result roots- Specified by:
getNavigablePathin interfaceModelPartReferenceMemento
-
getPluralAttributeDescriptor
public PluralAttributeMapping getPluralAttributeDescriptor()
- Specified by:
getPluralAttributeDescriptorin interfaceModelPartResultMementoCollection
-
resolve
public ResultBuilder resolve(Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)
- Specified by:
resolvein interfaceResultMemento
-
-