systemUpdateIdentityValue(data);
PersistentStore store = session.sessionData.getRowStore(this);
Row row = (Row) store.getNewCachedObject(session, data);
store.indexRow(session, row);
session.addInsertAction(this, row);
}
/**
* Used for system table inserts. No checks. No identity