Using Hibernate in Spring
How do you access Hibernate using Spring?
There are two ways to Spring’s Hibernate integration:
a.) By Inversion of Control with a Hibernate Template and Callback
b.) By extending Hibernate Dao Support and Applying an AOP Interceptor