JDO Method
in javax.jdo.FetchGroup

FetchGroup addMembers(
  String... memberNames
)


Add the member (field or property) to the set of members in this FetchGroup. Duplicates are ignored.
Parameters:
memberNames - the names of members to add to the FetchGroup
Return:
the FetchGroup
Throws:
JDOUserException - if any parameter is not a member of the persistent type
JDOUserException - if the FetchGroup is unmodifiable
Since:
JDO 2.2