throw new RuntimeException("Table " + changedObject.getType().getName()
+ " was changed in the DataGraph but is not present in the Config");
}
}
Delete delete = table.getDelete();
if (delete == null) {
deleteCommand = DeleteGenerator.INSTANCE.getDeleteCommand(mapping, table);//JIRA-952
} else {
deleteCommand = new DeleteCommandImpl(delete);