Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0 Beta 5
-
None
Description
PooledDataSource should be able to support setting the default transaction isolation of a Connection. This would cascade to UnpooledDataSource needing to configure the isolation in the getConnection methods too.
Does this point to a larger set of requirements? iBATIS 3, in general, does not seem to support setting the isolation at the TransactionManager or individual statement. Is the assumption that if you need this level of control, you are already using something like Spring anyway?