Package org.hibernate.query.named
Interface FetchMementoBasic
- All Superinterfaces:
FetchMemento
,ModelPartReferenceMemento
,ResultMappingMementoNode
- All Known Implementing Classes:
FetchMementoBasicStandard
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.query.named.FetchMemento
FetchMemento.Parent
-
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) Description copied from interface:FetchMemento
Resolve the fetch-memento into the result-graph-node builder- Specified by:
resolve
in interfaceFetchMemento
-