Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 481 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 481 Bytes

Generic DAO in Hibernate

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.

Related Article

Refer Generic DAO in Hibernate for detailed article.

Technology Stack

  • Spring Framework – 4.2.5.RELEASE
  • Hibernate – 4.3.11.Final
  • Database – PostgreSQL – 9.4
  • JDK – 7