|
Answer» 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. 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.
|