ObjectDB ObjectDB

makePersistentAll(pcs) - JDO PersistenceManager's method

Method
javax.jdo.PersistenceManager
Collection<T> makePersistentAll(
  Collection<T> pcs
)

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