An example of implementation of Generic DAO in Hibernate for common CRUD operations. Generic DAO is used for not to repeat CRUD operation methods for each Entity DAO class.
Refer Generic DAO in Hibernate for detailed article.
- Spring Framework – 4.2.5.RELEASE
- Hibernate – 4.3.11.Final
- Database – PostgreSQL – 9.4
- JDK – 7