Hi,
So im trying to use Hibernate Tools to reverse engineer my database and I am just getting into using Freemarker templates to weak the code it generates. The problem is I want to change the name of the DAO classes it generates. By default the DAO classes are named in the form PersonHome however to change the name to PersonDAO i modified the dao/daohome.ftl.
While this did change the generated class name to PersonDAO the java file was still called PersonHome.java.
Is there a place I can also change the generated file name to match the source code?