ObjectDB ObjectDB

makePersistentAll(pcs) - JDO PersistenceManager's method

Method
javax.jdo.PersistenceManager
T[] makePersistentAll(
  T... pcs
)

Make an array of instances persistent.
Parameters:
pcs - an array of instances
Returns:
the parameter instances for parameters in the transient or persistent state, or the corresponding persistent instance for detached parameter instances, in the same order as in the parameter array
Since:
JDO 1.0
See Also:
makePersistent(Object pc)