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 interfaceFetchMementoHbmStandard.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 NavigablePathgetNavigablePath()Path to the memento, relative to the result rootsFetchBuilderresolve(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:ModelPartReferenceMementoPath to the memento, relative to the result roots- Specified by:
getNavigablePathin interfaceModelPartReferenceMemento
-
resolve
public FetchBuilder resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)
Description copied from interface:FetchMementoResolve the fetch-memento into the result-graph-node builder- Specified by:
resolvein interfaceFetchMemento
-
-