|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface FetchPlan
Annotation for the fetch plan of a persistence manager, query, or extent. Corresponds to the xml element "fetch-plan".
Optional Element Summary | |
---|---|
java.lang.String[] |
fetchGroups
The fetch groups in this fetch plan. |
int |
fetchSize
The number of instances of multi-valued fields retrieved by queries. |
int |
maxFetchDepth
The depth of references to instantiate, starting with the root object. |
java.lang.String |
name
Name of the fetch plan. |
public abstract java.lang.String name
public abstract java.lang.String[] fetchGroups
public abstract int maxFetchDepth
public abstract int fetchSize
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |