Package org.hibernate.query.named
Interface FetchMemento
- All Superinterfaces:
ModelPartReferenceMemento
,ResultMappingMementoNode
- All Known Subinterfaces:
FetchMementoBasic
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The 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 org.hibernate.query.named.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
-