ObjectDB ObjectDB

detachCopyAll(pcs) - JDO PersistenceManager's method

Method
javax.jdo.PersistenceManager
Collection<T> detachCopyAll(
  Collection<T> pcs
)

Detach the specified instances from the PersistenceManager. The flags for detachment (DETACH_LOAD_FIELDS and DETACH_UNLOAD_FIELDS) and the active fetch groups determine the scope of fetching for the graph of instances reachable from the pcs parameter. The state of fields in the affected instances is as specified by the FetchPlan.
Parameters:
pcs - the instances to detach
Returns:
the detached instances
Since:
JDO 2.0
See Also:
detachCopyAll(Object[])