top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How would I integrate Spring and Hibernate using HibernateDaoSupport?

+2 votes
347 views
How would I integrate Spring and Hibernate using HibernateDaoSupport?
posted Oct 1, 2013 by Arvind Singh

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

There is a 3 step process to integrate spring and hibernate using spring’s SessionFactory known as LocalSessionFactory.
1) Configure Hibernate SessionFactory.
2) Extend HibernateDaoSupport
3) Through AOP wire Transaction support.

answer Oct 2, 2013 by Vinay Shukla
...