makeTransientAll(pcs) - JDO PersistenceManager's method
Method
javax.jdo.PersistenceManager
void makeTransientAll(
Collection pcs
)
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