Annotation Type FetchGroup


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

    • name

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

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

      FetchAttribute[] attributes
      Included attributes.
      Default:
      {}
    • fetchGroups

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