Question - What are the ways by which Hibernate can be accessed using Spring? 
          
        
        Answer - 
        
There are two ways by which we can access Hibernate using Spring:
- Inversion of Control with a Hibernate Template and Callback
 - Extending HibernateDAOSupport and Applying an AOP Interceptor node