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 interfaceFetchMemento.ParentThe parent node for the fetch
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FetchBuilderresolve(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
-
-