Module org.eclipse.persistence.core
Annotation Interface FetchGroups
A FetchGroups annotation allows the definition of multiple FetchGroups.
It may be specified on an Entity or MappedSuperclass.
- Since:
- EclipseLink 2.1
- See Also:
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionAn array of FetchGroup annotations.
-
Element Details
-
value
FetchGroup[] valueAn array of FetchGroup annotations.
-