接口 FetchStats


  • public interface FetchStats
    Contract used to report collected information about fetches. For now that is only whether there were subselect fetches found
    作者:
    Steve Ebersole
    • 方法详细资料

      • hasSubselectFetches

        boolean hasSubselectFetches()
        Were any subselect fetches encountered?
        返回:
        true if subselect fetches were encountered; false otherwise.
      • getJoinedBagAttributeFetches

        Set<CollectionAttributeFetch> getJoinedBagAttributeFetches()
        Returns a set of bag attributes that are join-fetched.
        返回:
        a set of bag attributes that are join-fetched.