if (!tableName.equals(tableNameFromMapping)) {
LOG.info("Keyclass and nameclass match but mismatching table names "
+ " mappingfile schema is '" + tableNameFromMapping
+ "' vs actual schema '" + tableName + "' , assuming they are the same.");
if (tableNameFromMapping != null) {
mappingBuilder.renameTable(tableNameFromMapping, tableName);
}
}
mappingBuilder.setTableName(tableName);
List<Element> fields = classElement.getChildren("field");