ObjectDB ObjectDB

refreshAll(pcs) - JDO PersistenceManager's method

Method
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.
Since:
JDO 1.0
See Also:
refresh(Object pc)