Generate service layer with Hibernate

Posted by gmate on Stack Overflow See other posts from Stack Overflow or by gmate
Published on 2010-06-12T17:37:51Z Indexed on 2010/06/12 17:42 UTC
Read the original article Hit count: 152

Filed under:
|
|

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!

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse