layer « DAO « JPA Q&A





1. Common DAO layer Code Base - Hibernate Mapping XML changes    coderanch.com

Hi all, I'm working on Critical part of Hibernate design changes. Here is the main goal to achieve:- -Common Code base which means Struts2.0/Hibernate integration. -Records are almost same which are in the different tables but data model is different. Explanation: I need to develop the Common DAOImpl layer in which any of the tables which has common records irrespective of ...

2. Using Hibernate for generic DAO layer    forum.hibernate.org

Hi! We have started to work on application with a DAO layer where Hibernate is used to persist the data. The data model is comprised of several Java objects like Flight, Hotel, Reservation, Customer, ... and they have been mapped to a database with Hibernate. The data model is accessed by different software packages and we do not know which objects/properties ...