javax.jdo.annotations.FetchGroup - JDO annotation

javax.jdo.annotations
Annotation FetchGroup

Target:
Classes
Annotation for the fetch group of a class. Corresponds to the xml element "fetch-group".
Since:
JDO 2.1
String[] fetchGroups
Fetch groups to be nested (included) in this fetch group.
Fetch groups to be nested (included) in this fetch group.
Default value:
{}
Since:
JDO 2.1
Members (fields and properties) of the fetch group.
Members (fields and properties) of the fetch group. The members should contain only name and recursionDepth.
Returns:
members for the fetch group
Since:
JDO 2.1
String name
Name of the fetch group.
Name of the fetch group.
Returns:
the name of the fetch group
Default value:
""
Since:
JDO 2.1
String postLoad
Whether we should load this group as part of the post load process.
Whether 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 value:
""
Since:
JDO 2.1