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[]
attributes
Included attributes.java.lang.String[]
fetchGroups
Included fetch groups.java.lang.String
name
Name of fetch group.boolean
postLoad
Whether loading this group results in a post-load callback.
-
-
-
-
attributes
FetchAttribute[] attributes
Included attributes.- Default:
- {}
-
-