6.6. PersistenceManagerImpl.evictAll() API extensions

Kodo JDO's PersistenceManager implementation includes two API extensions useful when reusing PersistenceManager instances. PersistenceManagerImpl.evictAll(Class) and PersistenceManagerImpl.evictAll(Extent) behave just like PersistenceManager.evictAll(), except that they operate only on instances that are members of the specified class or extent.