JDO Method
in javax.jdo.PersistenceManager

void deletePersistentAll(
  Object... pcs
)


Delete an array of instances from the data store.
Parameters:
pcs - a Collection of persistent instances
See Also:
deletePersistent(Object pc)
Since:
JDO 1.0