JDO Method
in javax.jdo.PersistenceManager

Collection<T> makePersistentAll(
  Collection<T> pcs
)


Make a Collection of instances persistent.
Parameters:
pcs - a Collection of instances
Return:
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
See Also:
makePersistent(Object pc)
Since:
JDO 1.0