Package javax.jdo.annotations
Annotation Type FetchPlan
- 
 @Target(TYPE) @Retention(RUNTIME) @Repeatable(FetchPlans.class) public @interface FetchPlan Annotation for the fetch plan of a persistence manager, query, or extent. Corresponds to the xml element "fetch-plan".- Since:
- 2.1
- Version:
- 2.1
 
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description String[]fetchGroupsThe fetch groups in this fetch plan.intfetchSizeThe number of instances of multi-valued fields retrieved by queries.intmaxFetchDepthThe depth of references to instantiate, starting with the root object.StringnameName of the fetch plan.
 
-