What are the ways to access Hibernate by using Spring?
Answered
What are the ways to access Hibernate by using Spring?
Best answer
There are two approaches to Spring’s Hibernate integration:
- Inversion of Control with a HibernateTemplate and Callback
- Extending HibernateDaoSupport and Applying an AOP Interceptor