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