ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

How to integrate Spring and Hibernate using HibernateDaoSupport?


Spring and Hibernate can integrate using Spring’s SessionFactory called LocalSessionFactory. The integration process is of 3 steps.
Configure the Hibernate SessionFactory
Extend your DAO Implementation from HibernateDaoSupport
Wire in Transaction Support with AOP

Related Posts Plugin for WordPress, Blogger...
Flag Counter