@Target(value=TYPE) @Retention(value=RUNTIME) @Repeatable(value=FetchPlans.class) public @interface FetchPlan
Modifier and Type | Optional Element and Description |
---|---|
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.
|
String |
name
Name of the fetch plan.
|
public abstract String name
public abstract String[] fetchGroups
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.