Interface Fetch

    • Method Detail

      • getFetchParent

        FetchParent getFetchParent()
        Obtain the owner of this fetch. Ultimately used to identify the thing that "owns" this fetched navigable for the purpose of:

        * identifying the associated owner reference as we process the fetch * inject the fetched instance into the parent and potentially inject the parent reference into the fetched instance if it defines such injection (e.g. Parent)

      • getFetchedMapping

        Fetchable getFetchedMapping()
        The value mapping being fetched
      • getTiming

        FetchTiming getTiming()
        immediate or delayed? todo (6.0) : should we also expose the fetch-style? Perhaps the fetch-options?
      • hasTableGroup

        boolean hasTableGroup()
        Is the TableGroup associated with this Fetch defined?