JDO Method
in javax.jdo.FetchGroup

FetchGroup removeCategory(
  String categoryName
)


Remove the members (fields or properties) of the named category from the set of members in this FetchGroup. This method first resolves the category name to a set of members and then removes the members as if removeMembers was called. After this method executes, the category is not remembered.
Return:
the FetchGroup
Throws:
JDOUserException - if the FetchGroup is unmodifiable
Since:
JDO 2.2