engineer « POJO « JPA Q&A





1. What's the easiest way to amend the file name of pojos during hbm2java generation    stackoverflow.com

I'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:

  ...