ObjectDB ObjectDB

makeTransientAll(pcs) - JDO PersistenceManager's method

Method
javax.jdo.PersistenceManager
void makeTransientAll(
  Object... pcs
)

Make an array 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