ObjectDB ObjectDB

evictAll() - JDO PersistenceManager's method

Method
javax.jdo.PersistenceManager
void evictAll()

Mark all persistent-nontransactional instances as no longer needed in the cache. It transitions all persistent-nontransactional instances to hollow. Transactional instances are subject to eviction based on the RetainValues setting.
Since:
JDO 1.0
See Also:
evict(Object pc)