JDO Method
in javax.jdo.PersistenceManager

void refreshAll(
  Object... pcs
)


Refresh the state of an array of instances from the data store.
Parameters:
pcs - the array of instances to refresh.
See Also:
refresh(Object pc)
Since:
JDO 1.0