is HibernateTransactionManager mandatory when hibernate is DAO access technology
hello ...
we have got a web application where we use struts as web layer spring as service layer and hibernate as DAO layer technology.
here we use DatasourceTransactionManager to manage transactions started by spring but inside we fire queries using hibernate in DAO layer...
why does this work when DatasourceTRansactionManager is supposed to be used quot;onlyquot; when we use JDBC connections??
or it doesn't matter which transactionmanager we use...irrespective of DAO layer data access technology...
please disillusion me ...
I guess you are just lucky that you don't have any uses (yet). But you really should use the TransactionManager corresponding to your technology. |