| Author |
Transaction issues in spring web mvc?
|
selva raja
Ranch Hand
Joined: Nov 24, 2009
Posts: 67
|
|
Dear guys,
In my code is
In my geUserLogonDAOImpl I have mapped dataSource tag only.
And my scheduledPaymentsDAOImpl i have mapped “transactionTemplate” and “dataSource”.
Whether I need to handle the transaction in “geUserLogonDAOImpl” on single insert or update? In my all dao I have extends “org.springframework.jdbc.core.support.JdbcDaoSupport;”. abstract class.
Thanks,
SR
|
 |
 |
|
|
subject: Transaction issues in spring web mvc?
|
|
|