Module eclipselink

Annotation Interface FetchGroups


@Target(TYPE) @Retention(RUNTIME) public @interface FetchGroups
A FetchGroups annotation allows the definition of multiple FetchGroups. 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
    An array of FetchGroup annotations.
  • Element Details

    • value

      FetchGroup[] value
      An array of FetchGroup annotations.