Hibernate (Java) Question:

Download Job Interview Questions and Answers PDF

Define HibernateTemplate?

Hibernate Interview Question
Hibernate Interview Question

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.

Download Hibernate Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Criteria API?What are the benefits does HibernateTemplate provide?