1. how to do transaction based application using JdbcDaoSupport forum.springsource.orgi need to know how to implement a transaction based web-application using JdbcDaoSupport that has rollback/commit. any help, link to actual sample would be very much appreciated. thanks a lot in ... |
2. using HibernateDaoSupport and JdbcDaoSupport in the same transaction forum.springsource.orgusing HibernateDaoSupport and JdbcDaoSupport in the same transaction hi, is possible to run a procedure oracle with JdbcDaoSupport and view a record inserted with HibernateDaoSupport in the same transaction... Code: @Transactional(propagation ... |
3. JdbcDaoSupport : transactions does not roll back! forum.springsource.orgJdbcDaoSupport : transactions does not roll back! Hi all I'm newbie concerning sping configuration. I'm writing Web Service to access a database by using a DAO. I'm using jdbTemplate to do ... |