for (OTransactionEntry txEntry : iEntries) {
if (txEntry.status == OTransactionEntry.DELETED)
dbCache.deleteRecord(txEntry.getRecord().getIdentity());
else if (txEntry.status == OTransactionEntry.UPDATED || txEntry.status == OTransactionEntry.CREATED)
dbCache.updateRecord(txEntry.getRecord());
}
}
protected void invokeCommitAgainstListeners() {
// WAKE UP LISTENERS