I recently installed Eclipse Helios and Hibernate Tools 3.4.0.Beta1.
I've been trying to generate "base class" from mapping files but can't find out how to do. Let us say I have a mapping file called Individual.hbm.xml. I want Hibernate Tools to generate 2 POJOs : - a BaseIndividual.java that would contain constructors and getters/setters - an Individual.java where I could add "custom" code that would not be removed whenever I re-generate POJOs
I spent a lot of time seeking information but never found a practical answer. If anyone can help... thanks in advance