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