Hibernate (Java) Question:
Download Job Interview Questions and Answers 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.
* 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 Question | Next Question |
Define HibernateTemplate? | How do you switch between relational databases without code changes? |