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