ObjectDB ObjectDB

refreshAll(pcs) - JDO PersistenceManager's method

Method
javax.jdo.PersistenceManager
void refreshAll(
  Collection pcs
)

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