void removeFetchGroups(
FetchGroup... groups
)
Remove the
FetchGroup
s from the set of active FetchGroup
s. Existing FetchGroup
s that match parameter FetchGroup
s are removed. Parameter FetchGroup
s that do not match any existing FetchGroup
are ignored. Removed FetchGroup
s become unscoped. Match is based on identical class and equal name. The methods addFetchGroups, removeFetchGroups, getFetchGroups, and removeAllFetchGroups are internally serialized. - Parameters:
groups
- an array of FetchGroups
- Throws:
- SecurityExceptionif the caller is not authorized for {@link JDOPermission} ("manageMetadata")
- Since:
- JDO 2.2