Annotation Type FetchProfile.FetchOverride


  • @Target({TYPE,PACKAGE})
    @Retention(RUNTIME)
    public static @interface FetchProfile.FetchOverride
    Descriptor for a particular association override.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String association
      The association whose fetch is being overridden.
      java.lang.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

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

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

        FetchMode mode
        The fetch mode to apply to the association.