void makeTransientAll(
Collection pcs
)
Make a
Collection
of instances transient, removing them from management by this PersistenceManager
. The instances lose their JDO identity and they are no longer associated with any PersistenceManager
. The state of fields is preserved unchanged.
- Parameters:
pcs
- the instances to make transient.
- Since:
- JDO 1.0