Spring / Spring Data Access
Difference between DataSourceTransactionManager and HibernateTransactionManager.
DataSourceTransactionManager is for JDBC while HibernateTransactionManager is for Hibernate.
DataSourceTransactionManager needs a reference to the DataSource, the HibernateTransactionManager needs a reference to the SessionFactory.
More Related questions...