calculateSqlMapGenerator(warnings, progressCallback);
}
protected void calculateSqlMapGenerator(List<String> warnings,
ProgressCallback progressCallback) {
sqlMapGenerator = new SqlMapGenerator();
initializeAbstractGenerator(sqlMapGenerator, warnings, progressCallback);
}