Hibernate (Java) Question:

What are the benefits does HibernateTemplate provide?

Tweet Share WhatsApp

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.

Read All 52 Hibernate Questions
Previous QuestionNext Question
Define HibernateTemplate?How do you switch between relational databases without code changes?