Answer:
org.springframework.orm.hibernate.HibernateTemplate is a helper class which provides different methods for querying/retrieving data from the database. It also converts checked HibernateExceptions into unchecked DataAccessExceptions.
Previous Question | Next Question |
Explain Criteria API? | What are the benefits does HibernateTemplate provide? |