There are some variables in templates.cfg that could be used, like ${SRC} , ${ROOT_PKG} , ${BEANNAME} , ...
I would like to know the list of variables that could be used, and also it if it possible to get the database information configured in databases.dbcfg . For example, I want to use the database name and schema in the path of the generated files.
I would like to execute a template like
JPA record (without links) ; ${BEANNAME}.java ; ${SRC}/${ROOT_PKG}/model/${database.name} ; XxxJpaRecord_java.vm ; *
but it creates a folder with the name "${database.name}" instead creating a folder with the name of the database.