Skip to content

bytestree/generic-dao-hibernate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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