Class CollectionFetch

    • Method Detail

      • getFetchParent

        public FetchParent getFetchParent()
        Description copied from interface: Fetch
        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)

        Specified by:
        getFetchParent in interface Fetch