Package org.hibernate.query.internal
Class FetchMementoHbmStandard
java.lang.Object
org.hibernate.query.internal.FetchMementoHbmStandard
- All Implemented Interfaces:
FetchMemento
,FetchMemento.Parent
,ModelPartReferenceMemento
,ResultMappingMementoNode
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.hibernate.query.named.FetchMemento
FetchMemento.Parent
-
Constructor Summary
ConstructorsConstructorDescriptionFetchMementoHbmStandard
(NavigablePath navigablePath, String ownerTableAlias, String tableAlias, List<String> keyColumnNames, LockMode lockMode, FetchMementoHbmStandard.FetchParentMemento parent, Map<String, FetchMemento> fetchMementoMap, Fetchable fetchable) -
Method Summary
Modifier and TypeMethodDescriptionPath to the memento, relative to the result rootsresolve
(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context) Resolve the fetch-memento into the result-graph-node builder
-
Constructor Details
-
Method Details
-
resolve
public FetchBuilder resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context) Description copied from interface:FetchMemento
Resolve the fetch-memento into the result-graph-node builder- Specified by:
resolve
in interfaceFetchMemento