ObjectDB ObjectDB

removeFetchGroups(groups) - JDO PersistenceManagerFactory's method

Method
javax.jdo.PersistenceManagerFactory
void removeFetchGroups(
  FetchGroup... groups
)

Remove the FetchGroups from the set of active FetchGroups. Existing FetchGroups that match parameter FetchGroups are removed. Parameter FetchGroups that do not match any existing FetchGroup are ignored. Removed FetchGroups 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:
SecurityException - if the caller is not authorized for JDOPermission ("manageMetadata")
Since:
JDO 2.2