Package org.apache.openjpa.persistence
Annotation Type FetchAttribute
- 
 @Target({}) @Retention(RUNTIME) public @interface FetchAttributeIncludes a persistent attribute in aFetchGroup.- Since:
- 0.4.0
- Author:
- Abe White
 
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description java.lang.StringnameIncluded field/property name.intrecursionDepthRecursion depth for relation field.
 
-