Interface BiDirectionalFetch

All Superinterfaces:
DomainResultGraphNode, Fetch
All Known Implementing Classes:
CircularBiDirectionalFetchImpl, CircularFetchImpl

public interface BiDirectionalFetch extends Fetch
  • Method Details

    • getReferencedPath

      NavigablePath getReferencedPath()
      The NavigablePath for the DomainResult or Fetch that this Fetch refers to. For `o`, the referenced path is `p`. For `oa`, it's `p.address` Different from Fetch.getNavigablePath() which returns this fetch's path, i.e. `p.address.owner` and `p.address.owner.address` respectively
    • collectValueIndexesToCache

      default void collectValueIndexesToCache(BitSet valueIndexes)
      Description copied from interface: DomainResultGraphNode
      Collect the JDBC value indexes used by this domain result that should be cached.
      Specified by:
      collectValueIndexesToCache in interface DomainResultGraphNode