}
// Do the actual insert of this table
// TODO Assert if this table is not yet initialised ?
InsertRequest req = getInsertRequest(table, sm.getObject().getClass(), clr);
req.execute(sm);
// Process any secondary tables
Collection secondaryTables = table.getSecondaryDatastoreClasses();
if (secondaryTables != null)
{