Hibernate (Java) Question:

Download Job Interview Questions and Answers PDF

What are the benefits does HibernateTemplate provide?

Hibernate Interview Question
Hibernate Interview Question

Answer:

The benefits of HibernateTemplate are :
* HibernateTemplate, a Spring Template class simplifies interactions with Hibernate Session.
* Common functions are simplified to single method calls.
* Sessions are automatically closed.
* Exceptions are automatically caught and converted to runtime exceptions.

Download Hibernate Interview Questions And Answers PDF

Previous QuestionNext Question
Define HibernateTemplate?How do you switch between relational databases without code changes?