1. What's the easiest way to amend the file name of pojos during hbm2java generation stackoverflow.comI'm using hbm2java via maven to generate pojos, it will produce files such as Table.java, but what I want is AbstractTable.java Is there an easy way to do this? From my pom.xml:
|