Package org.hibernate.query.named
Interface FetchMementoBasic
-
- All Superinterfaces:
FetchMemento
,ModelPartReferenceMemento
,ResultMappingMementoNode
- All Known Implementing Classes:
FetchMementoBasicStandard
public interface FetchMementoBasic extends FetchMemento
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hibernate.query.named.FetchMemento
FetchMemento.Parent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FetchBuilder
resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)
Resolve the fetch-memento into the result-graph-node builder-
Methods inherited from interface org.hibernate.query.named.ModelPartReferenceMemento
getNavigablePath
-
-
-
-
Method Detail
-
resolve
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
-
-