接口 EntityIdentifierDescription

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      boolean hasBidirectionalEntityReferences()
      Can this EntityIdentifierDescription be treated as a FetchSource and if so does it have any bidirectional entity references?
      boolean hasFetches()
      Can this EntityIdentifierDescription be treated as a FetchSource and if so does it have any fetches?
    • 方法详细资料

      • hasFetches

        boolean hasFetches()
        Can this EntityIdentifierDescription be treated as a FetchSource and if so does it have any fetches?
        返回:
        true iff this can be cast to FetchSource and (after casting) it returns non-empty results for FetchSource.getFetches()
      • hasBidirectionalEntityReferences

        boolean hasBidirectionalEntityReferences()
        Can this EntityIdentifierDescription be treated as a FetchSource and if so does it have any bidirectional entity references?
        返回:
        true iff this can be cast to FetchSource and (after casting) it returns non-empty results for FetchSource.getBidirectionalEntityReferences()