Thursday, 16 February 2012

What are the benefits of HibernateTemplate? Java Hibernate

The benefits of HibernateTemplate are:
•    HibernateTemplate, which is a Spring Template class, can simplify the interactions with Hibernate Sessions.
•    Various common functions are simplified into single method invocations.
•    The sessions of hibernate are closed automatically
•    The exceptions will be caught automatically, and converts them into runtime exceptions.

No comments: