Package org.hibernate.query.internal
Class ImplicitAttributeFetchMemento
- java.lang.Object
-
- org.hibernate.query.internal.ImplicitAttributeFetchMemento
-
- All Implemented Interfaces:
FetchMemento
,ModelPartReferenceMemento
,ResultMappingMementoNode
public class ImplicitAttributeFetchMemento extends Object implements FetchMemento
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hibernate.query.named.FetchMemento
FetchMemento.Parent
-
-
Constructor Summary
Constructors Constructor Description ImplicitAttributeFetchMemento(NavigablePath navigablePath, AttributeMapping attributeMapping)
-
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
-
ImplicitAttributeFetchMemento
public ImplicitAttributeFetchMemento(NavigablePath navigablePath, AttributeMapping attributeMapping)
-
-
Method Detail
-
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
-
getNavigablePath
public NavigablePath getNavigablePath()
Description copied from interface:ModelPartReferenceMemento
Path to the memento, relative to the result roots- Specified by:
getNavigablePath
in interfaceModelPartReferenceMemento
-
-