SyncPageStoreTX syncPage = (SyncPageStoreTX)tx.getProperty(TransactionPropertyIndexes.PAGE_SYNC);
if (syncPage == null)
{
syncPage = new SyncPageStoreTX();
tx.putProperty(TransactionPropertyIndexes.PAGE_SYNC, syncPage);
tx.addOperation(syncPage);
}
syncPage.addStore(this);
}
else
{