Hi all,
is there a way to decide what names do we want our objects to have when we generate the *.hbm.xml for Hibernate from the database view? I ask this question because I use to name the tables in plural, but the business objects in singular (for instance, I’d like to have the table PERSONS, but the object to be named Person,java). I think that the wizard should give the option to rename the objects. Another improvement could be the possibility for the wizard to tell it if there’s some inheritance between tables and act according to it. This way you save a lot of time redoing the files generated after the reverse engineering.
Thanks for your time.
Salut!