template.setRoot(root);
}
template.setName(name);
template.setDataMap(dataMap);
template.initWithProperties(properties);
// init SQL
template.setDefaultTemplate(sql);
if (adapterSql != null) {
for (Map.Entry<String, String> entry : adapterSql.entrySet()) {