tool « DAO « JPA Q&A





1. Hibernate Tools - DAO generation    stackoverflow.com

I am using the eclipse hibernate tools plug-in to reverse engineer my database. I spent my whole day looking for how to force the DAO generator to use HQL/Criteria with the session ...

2. How to change name of Hibernate Tools reverse engineerd DAO class?    stackoverflow.com

So im trying to use Hibernate Tools to reverse engineer my database and I am just getting into using Freemarker templates to weak the code it generates. The problem is I ...

3. How generate DAO with Hibernate Tools in Eclipse?    stackoverflow.com

I'm using : Eclipse Java EE IDE Web Developers version:Indigo Release with hibernate tools, i'm new to hibernate in Eclipse, so i learn how configure the hibernate and generate the POJO's with annotations (which ...

4. hibernate tools generated dao code    forum.hibernate.org

Hello, htools generates dao code, like Home.java if option is selected. These classes have methods like persist, attachclean, attachdirty, merge, delete, findbyid, and find by example. I can not find any documentation on how to use them. Does this code apply to plain old java objects, or for ejb stuff? Thanks a bunch.