Annotation Type FetchGroup


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface FetchGroup
    Fetch group definition.
    Since:
    0.4.0
    Author:
    Abe White
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      FetchAttribute[] attributes
      Included attributes.
      java.lang.String[] fetchGroups
      Included fetch groups.
      java.lang.String name
      Name of fetch group.
      boolean postLoad
      Whether loading this group results in a post-load callback.
    • Element Detail

      • name

        java.lang.String name
        Name of fetch group.
        Default:
        ""
      • postLoad

        boolean postLoad
        Whether loading this group results in a post-load callback.
        Default:
        false
      • fetchGroups

        java.lang.String[] fetchGroups
        Included fetch groups.
        Default:
        {}