I've been doing some work with Hibernate 3.5 and Spring 3 recently, I'm fairly new with Hibernate and thought the HibernateDaoSupport class in Spring made it nice and easy to use Hibernate with my domain classes.
However, will searching for an unrelated question I saw some one mention that the HibernateDaoSupport is not the best way to use Spring and Hibernate. Can any one shed any light on:
- A) Why is not recommended?
- B) The best (or at least the accepted) way to integrate Hibernate and Spring?
Thanks.