Hibernate (Java) Question:
Download Questions PDF

What are the benefits does HibernateTemplate provide?

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?