process « DAO « JPA Q&A





1. DAO and Hibernate code genrating process in JBoss Studio    seamframework.org

Hi, I am using JBoss Studio 2.1 and JBoss AS 5.1.GA. for my new Seam project. When I creates simple project and deploys successfully. Now I want to perform reverse engineering. For this , I go to Hibernate console and getting the instance with same name as of project. Now I edit the configuration and select core radio button , database ...

2. How to process Exception in DAO?    forum.hibernate.org

Hi everyone: I want to know how to process Exception in DAO layer. For example.there are two method to do this: one method: Code: public class PersonDAOImpl implements PersonDAO{ public void updatePerson(Person p){ ........................................... ...