注释类型 FetchProfile.FetchOverride

    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      String association
      The association whose fetch is being overridden.
      Class<?> entity
      The entity containing the association whose fetch is being overridden.
      FetchMode mode
      The fetch mode to apply to the association.
    • 元素详细资料

      • entity

        Class<?> entity
        The entity containing the association whose fetch is being overridden.
      • association

        String association
        The association whose fetch is being overridden.
      • mode

        FetchMode mode
        The fetch mode to apply to the association.