JDO Method
in javax.jdo.PersistenceManager

T[] makePersistentAll(
  T... pcs
)


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