1.

In the bean configuration file for Hibernate (i.e., beans-hibernate.xml), you have to declare a HibernateTransactionManager instance for this application and enable declarative transaction via:-

A. tx:annotation
B. tx:annotationdriven
C. tx:annotation-driven
D. none of the mentioned
Answer» D. none of the mentioned


Discussion

No Comment Found