Package javax.jdo.annotations
Annotation Type FetchPlan
-
@Target(TYPE) @Retention(RUNTIME) public @interface FetchPlanAnnotation 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 Summary
Optional Elements Modifier and Type Optional Element Description java.lang.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.java.lang.StringnameName of the fetch plan.
-