name = tableName;
} else
if (table == null || MString.isEmptyTrim(table.tableName())) {
name = clazz.getSimpleName();
} else {
name = table.tableName();
}
if (table != null &&!MString.isEmptyTrim(table.attributes())) {
attributes = MConfigFactory.getInstance().toConfig(table.attributes());
} else {