linked linked linkedin whatsapp remove
Feedback

Spring Framework Quiz Spring Framework

Which one of the following is NOT true about HibernateDaoSupport Class

By extending HibernateDaoSupport class, you can simply call getHibernateTemplate() method to retrieve the template instance.
The common use is to extend this class and inject the SessionFactory dependency
HibernateDaoSupport class, has a commit() method which can commit the transaction
HibernateDaoSupport class allows you to obtain Session and HibernateTemplate

Answer:
HibernateDaoSupport class, has a commit() method which can commit the transaction

Note: This Question is unanswered, help us to find answer for this one