Annotation Type FetchGroups
- 
@Target(TYPE) @Retention(RUNTIME) public @interface FetchGroupsA FetchGroups annotation allows the definition of multiple FetchGroup. It may be specified on an Entity or MappedSuperclass.- See Also:
 FetchGroup- Author:
 - Guy Pelletier
 - Since:
 - EclipseLink 2.1
 
 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description FetchGroup[]value(Required) An array of fetch group. 
 - 
 
- 
- 
Element Detail
- 
value
FetchGroup[] value
(Required) An array of fetch group. 
 - 
 
 -