Package org.hibernate.query.named
Interface FetchMemento
-
- All Superinterfaces:
ModelPartReferenceMemento
,ResultMappingMementoNode
- All Known Subinterfaces:
FetchMementoBasic
- All Known Implementing Classes:
FetchMementoBasicStandard
,FetchMementoEmbeddableStandard
,FetchMementoEntityStandard
,FetchMementoHbmStandard
,ImplicitAttributeFetchMemento
public interface FetchMemento extends ModelPartReferenceMemento
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
FetchMemento.Parent
The parent node for the fetch
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FetchBuilder
resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)
Resolve the fetch-memento into the result-graph-node builder-
Methods inherited from interface org.hibernate.query.named.ModelPartReferenceMemento
getNavigablePath
-
-
-
-
Method Detail
-
resolve
FetchBuilder resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, ResultSetMappingResolutionContext context)
Resolve the fetch-memento into the result-graph-node builder
-
-