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