pmf.getDataStoreCache().evictAll();
pm.currentTransaction().begin();
bt = (BasicType) pm.getObjectById(oid, false);
Assert.assertNotNull("bt is null", bt);
bt.check(longval);
pm.deletePersistent(bt);
pm.currentTransaction().commit();
pm.close();
}
public void testBasicType35() {