I just found out that since 2.0.9, isolation level is supported at the SQL Map framework, eg.
sqlMap.startTransaction(Connection.TRANSACTION_REPEATABLE_READ);
However, from the DAO framework, there is still no way to specify an isolation level using the DaoManager.startTransaction().

Is there a way to work around this case?

Thanks.


Do you Yahoo!?
New and Improved Yahoo! Mail - 1GB free storage!

Reply via email to