Package org.hibernate.query.internal
Class FetchMementoHbmStandard
- java.lang.Object
-
- org.hibernate.query.internal.FetchMementoHbmStandard
-
- All Implemented Interfaces:
FetchMemento
,FetchMemento.Parent
,ModelPartReferenceMemento
,ResultMappingMementoNode
public class FetchMementoHbmStandard extends Object implements FetchMemento, FetchMemento.Parent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FetchMementoHbmStandard.FetchParentMemento
-
Nested classes/interfaces inherited from interface org.hibernate.query.named.FetchMemento
FetchMemento.Parent
-
-
Constructor Summary
Constructors Constructor Description FetchMementoHbmStandard(NavigablePath navigablePath, String ownerTableAlias, String tableAlias, List<String> keyColumnNames, LockMode lockMode, FetchMementoHbmStandard.FetchParentMemento parent, Map<String,FetchMemento> fetchMementoMap, Fetchable fetchable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NavigablePath
getNavigablePath()
Path to the memento, relative to the result rootsFetchBuilder
resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)
Resolve the fetch-memento into the result-graph-node builder
-
-
-
Constructor Detail
-
FetchMementoHbmStandard
public FetchMementoHbmStandard(NavigablePath navigablePath, String ownerTableAlias, String tableAlias, List<String> keyColumnNames, LockMode lockMode, FetchMementoHbmStandard.FetchParentMemento parent, Map<String,FetchMemento> fetchMementoMap, Fetchable fetchable)
-
-
Method Detail
-
getNavigablePath
public NavigablePath getNavigablePath()
Description copied from interface:ModelPartReferenceMemento
Path to the memento, relative to the result roots- Specified by:
getNavigablePath
in interfaceModelPartReferenceMemento
-
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
-
-