Generate service layer with Hibernate
- by gmate
Hi all!
I generate *.hbm.xml mapping files and *.java file from the DB schema, with Hibernate tools. My question is, that is there any option, to generate service classes also? These are the classes where I implement the store(), find(), delete(), etc... methods.
I know that for C# there are many solutions to generate almost everything. I'm looking for the same, but with Hibernate. Is there any?
Thanks for every reply in advance!