protected synchronized void storeAndCommit() {
   synchronized (Persistent.transactionLock(mDB)) {
     storeWithoutCommit();
     checkedCommit(this);
   }
 }