Interface FetchMemento
- All Superinterfaces:
ModelPartReferenceMemento, ResultMappingMementoNode
- All Known Subinterfaces:
FetchMementoBasic
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe parent node for the fetch -
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) Resolve the fetch-memento into the result-graph-node builder
-