}
templateArgs.put("model", model);
templateArgs.put("methods", methodList);
templateArgs.put("entities", entityList);
templateArgs.put("helper", new GeneratorHelper(null));
templateArgs.put("package", APP_DIR + ".servlet");
templateArgs.put("db_filepath", options.db_filepath);
templateArgs.put("db_user", options.db_user);
templateArgs.put("db_password", options.db_password);
templateArgs.put("db_uri", options.db_uri);