Annotation Type 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
Modifier and TypeRequired ElementDescription(Required) An array of fetch group.
-
Element Details
-
value
FetchGroup[] value(Required) An array of fetch group.
-