JDO Annotation

FetchGroup

Target: ElementType.TYPE
Implemented Interfaces:
Annotation

Annotation for the fetch group of a class. Corresponds to the xml element "fetch-group".
Since:
JDO 2.1

Public Annotation Attributes

String[] fetchGroups default {}
Fetch groups to be nested (included) in this fetch group.
Since:
JDO 2.1
Persistent[] members default null
Members (fields and properties) of the fetch group.
The members should contain only name and recursionDepth.
Since:
JDO 2.1
String name default ""
Name of the fetch group.
Since:
JDO 2.1
String postLoad default ""
Whether we should load this group as part of the post load process.
Since:
JDO 2.1