Interface AppliedGraph

All Known Implementing Classes:
EffectiveEntityGraph, QueryOptionsImpl

public interface AppliedGraph
Contract for anything a fetch/load graph can be applied
  • Method Summary

    Modifier and Type
    Method
    Description
    The applied graph
    @Nullable GraphSemantic
    The semantic (fetch/load) under which the graph should be applied
  • Method Details

    • getGraph

      @Nullable RootGraphImplementor<?> getGraph()
      The applied graph
    • getSemantic

      @Nullable GraphSemantic getSemantic()
      The semantic (fetch/load) under which the graph should be applied