addMembers(memberNames) - JDO FetchGroup's method

Method
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
Returns:
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