Package javax.jdo.annotations
Annotation Type FetchGroup
Annotation for the fetch group of a class.
Corresponds to the xml element "fetch-group".
- Since:
- 2.1
- Version:
- 2.1
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionMembers (fields and properties) of the fetch group. -
Optional Element Summary
Optional Elements
-
Element Details
-
name
String nameName of the fetch group.- Returns:
- the name of the fetch group
- Default:
""
-
postLoad
String postLoadWhether we should load this group as part of the post load process.- Returns:
- whether we should load this group as part of the post load process.
- Default:
""
-
members
Persistent[] membersMembers (fields and properties) of the fetch group. The members should contain only name and recursionDepth.- Returns:
- members for the fetch group
-
fetchGroups
String[] fetchGroupsFetch groups to be nested (included) in this fetch group.- Default:
{}
-