1.

How To Integrate Spring And Hibernate Using Hibernatedaosupport?

Answer»

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

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



Discussion

No Comment Found