Package org.apache.openjpa.persistence
Annotation Type FetchGroup
Fetch group definition.
- Since:
- 0.4.0
- Author:
- Abe White
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionIncluded attributes.String[]
Included fetch groups.Name of fetch group.boolean
Whether loading this group results in a post-load callback.
-
Element Details
-
name
String nameName of fetch group.- Default:
- ""
-
postLoad
boolean postLoadWhether loading this group results in a post-load callback.- Default:
- false
-
attributes
FetchAttribute[] attributesIncluded attributes.- Default:
- {}
-
fetchGroups
String[] fetchGroupsIncluded fetch groups.- Default:
- {}
-