Package org.apache.openjpa.persistence
Annotation Type FetchGroup
- 
 @Target(TYPE) @Retention(RUNTIME) public @interface FetchGroupFetch group definition.- Since:
- 0.4.0
- Author:
- Abe White
 
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description FetchAttribute[]attributesIncluded attributes.java.lang.String[]fetchGroupsIncluded fetch groups.java.lang.StringnameName of fetch group.booleanpostLoadWhether loading this group results in a post-load callback.
 
- 
- 
- 
- 
attributesFetchAttribute[] attributes Included attributes.- Default:
- {}
 
 
- 
 
-