Package org.hibernate.query.named
Interface FetchMemento
- All Superinterfaces:
ModelPartReferenceMemento
,ResultMappingMementoNode
- All Known Subinterfaces:
FetchMementoBasic
- All Known Implementing Classes:
FetchMementoBasicStandard
,FetchMementoEmbeddableStandard
,FetchMementoEntityStandard
,FetchMementoHbmStandard
-
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, 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, ResultSetMappingResolutionContext context) Resolve the fetch-memento into the result-graph-node builder
-