Interface FetchMementoBasic
- All Superinterfaces:
FetchMemento, ModelPartReferenceMemento, ResultMappingMementoNode
-
Nested Class Summary
Nested classes/interfaces inherited from interface FetchMemento
FetchMemento.Parent -
Method Summary
Modifier and TypeMethodDescriptionresolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, org.hibernate.query.internal.ResultSetMappingResolutionContext context) Resolve the fetch-memento into the result-graph-node builderMethods inherited from interface ModelPartReferenceMemento
getNavigablePath
-
Method Details
-
resolve
FetchBuilder resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, org.hibernate.query.internal.ResultSetMappingResolutionContext context) Description copied from interface:FetchMementoResolve the fetch-memento into the result-graph-node builder- Specified by:
resolvein interfaceFetchMemento
-