Annotation Type FetchProfile.FetchOverride

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      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.
    • Element Detail

      • 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.