posted 13 years ago
Hi,
In my Spring's context file I have defined datasource using:
org.springframework.jdbc.datasource.DriverManagerDataSource
Now in my application code I am taking Connection using dataSource.getConnection();
My qiery is that After running sql quries should I write code to rollback() or commit() manully.
From my understandin g Spring is reponsible for automatically doing so.