Module org.eclipse.persistence.core
Annotation Type FetchGroups
A FetchGroups annotation allows the definition of multiple FetchGroup. It
may be specified on an Entity or MappedSuperclass.
- Since:
- EclipseLink 2.1
- See Also:
-
Required Element Summary
Modifier and TypeRequired ElementDescription(Required) An array of fetch group.
-
Element Details
-
value
FetchGroup[] value(Required) An array of fetch group.
-