Adding isolation level support at the DAO framework level ...
-------------------------------------------------------------

         Key: IBATIS-296
         URL: http://issues.apache.org/jira/browse/IBATIS-296
     Project: iBatis for Java
        Type: Improvement

  Components: DAO  
    Versions: 2.1.7    
    Reporter: Eric Tan


Since 2.0.9, the SQL Maps framework has the ability to specify isolation level 
per transaction, eg:

sqlMap.startTransaction(Connection.TRANSACTION_REPEATABLE_READ);

However, using the DAO framework, there is still no way to specify an isolation 
level using DaoManager.startTransaction().

Just wondering, were there any previous considerations why isolation level 
support wasn't added to the DaoManager back in 2.0.9?

Thanks

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to