JDO Method
in javax.jdo.PersistenceManager

void deletePersistentAll(
  Collection pcs
)


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