ObjectDB ObjectDB

makeTransactionalAll(pcs) - JDO PersistenceManager's method

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

Make an array of instances subject to transactional boundaries.
Parameters:
pcs - the array of instances to make transactional.
Since:
JDO 1.0
See Also:
makeTransactional(Object pc)