---
title: "What are the ways to access Hibernate using Spring ?"  
description: "What are the ways to access Hibernate using Spring ?"  
author: "James Smith"  
published: 2011-07-23  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/1114/what-are-the-ways-to-access-hibernate-using-spring  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# 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 nodes.

## Answers

### Answer by James Smith

There are two approaches to Spring’s Hibernate integration:\
Inversion of Control with a HibernateTemplate and Callback \
Extending HibernateDaoSupport and Applying an AOP Interceptor nodes.


---

Original Source: https://www.mindstick.com/interview/1114/what-are-the-ways-to-access-hibernate-using-spring

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
