}
}
// Compose mapping for each db type
for (Map.Entry<DbConfiguratorType, String> dbTypeEntry : DB_TYPES.entrySet()) {
final DbConfiguratorType dbConfiguratorType = dbTypeEntry.getKey();
final String dbName = dbTypeEntry.getValue();
// Hibernate configuration
Configuration cfg = new Configuration();
boolean isNewGenerator = DbConfiguratorData.HIBERNATE_NEW_GENERATORS.get(dbConfiguratorType);