throw new RuntimeException("Table " + changedObject.getType().getName()
+ " was changed in the DataGraph but is not present in the Config");
}
}
Create create = table.getCreate();
if (create == null) {
createCommand = InsertGenerator.INSTANCE.getInsertCommand(mapping, changedObject, table);
} else {
createCommand = new InsertCommandImpl(create);