javax.jdo.annotations.FetchGroup - JDO annotation
Annotation for the fetch group of a class. Corresponds to the xml element "fetch-group".
- Since:
- JDO 2.1
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
Name of the fetch group.
Name of the fetch group.
- Returns:
- the name of the fetch group
- Default value:
- ""
- Since:
- JDO 2.1
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