Annotation Type FetchGroups


@Target(TYPE) @Retention(RUNTIME) public @interface FetchGroups
A FetchGroups annotation allows the definition of multiple FetchGroup. It may be specified on an Entity or MappedSuperclass.
See Also:
Author:
Guy Pelletier
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    (Required) An array of fetch group.
  • Element Details

    • value

      FetchGroup[] value
      (Required) An array of fetch group.