ObjectDB ObjectDB

refreshAll() - JDO PersistenceManager's method

Method
javax.jdo.PersistenceManager
void refreshAll()

Refresh the state of all applicable instances from the data store.

If called with an active transaction, all transactional instances will be refreshed. If called outside an active transaction, all nontransactional instances will be refreshed.

Since:
JDO 1.0
See Also:
refresh(Object pc)