@Target(TYPE)
@Retention(RUNTIME)
public @interface FetchPlan
| Modifier and Type | Optional Element | Description |
|---|---|---|
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.
|
java.lang.String name
java.lang.String[] fetchGroups