1.

What Are The Ways To Access Hibernate Using Spring ?

Answer»

There are TWO approaches to SPRING’s Hibernate integration:
INVERSION of CONTROL with a HibernateTemplate and Callback
• Extending HIBERNATEDAOSUPPORT and Applying an AOP Interceptor

There are two approaches to Spring’s Hibernate integration:
• Inversion of Control with a HibernateTemplate and Callback
• Extending HibernateDaoSupport and Applying an AOP Interceptor



Discussion

No Comment Found