/** Verifies that the object was merged to the cache, and written to the database correctly. */
 public void verifyObject(Object writtenObject) {
   verifyObject(writtenObject, getPersistenceUnitName());
 }