Interface FetchMemento

All Superinterfaces:
ModelPartReferenceMemento, ResultMappingMementoNode
All Known Subinterfaces:
FetchMementoBasic

public interface FetchMemento extends ModelPartReferenceMemento
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The parent node for the fetch
  • Method Summary

    Modifier and Type
    Method
    Description
    resolve(FetchMemento.Parent parent, Consumer<String> querySpaceConsumer, org.hibernate.query.internal.ResultSetMappingResolutionContext context)
    Resolve the fetch-memento into the result-graph-node builder

    Methods 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