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
- Return:
- the detached instances
- See Also:
detachCopyAll(Object[])
- Since:
- JDO 2.0