JDO Annotation

FetchPlan

Target: ElementType.TYPE
Implemented Interfaces:
Annotation

Annotation for the fetch plan of a persistence manager, query, or extent. Corresponds to the xml element "fetch-plan".
Since:
JDO 2.1

Public Annotation Attributes

String[] fetchGroups default {}
The fetch groups in this fetch plan.
Since:
JDO 2.1
int fetchSize default 0
The number of instances of multi-valued fields retrieved by queries.
Since:
JDO 2.1
int maxFetchDepth default 1
The depth of references to instantiate, starting with the root object.
Since:
JDO 2.1
String name default ""
Name of the fetch plan.
Since:
JDO 2.1