I've implemented this and committed it to trunk. SqlSessionFactory now has two new openSession methods...
SqlSession openSession(TransactionIsolationLevel level); SqlSession openSession(ExecutorType execType, TransactionIsolationLevel level); Clinton On Thu, Jan 14, 2010 at 1:38 AM, Simone Tripodi <[email protected]>wrote: > Hi all, > *very* interesting point, I'll follow the thread so I'll integrate the > transaction isolation in the @Transactional annotation in iBaguice. > All the best, > Simo > > On Wed, Jan 13, 2010 at 4:41 PM, Clinton Begin <[email protected]> > wrote: > > Not yet. The plan is to pass it as a parameter to .openSession(). > Somehow > > this feature ended up at the bottom of the priority list. > > > > I'll look into it this weekend. > > > > Clinton > > > > On Wed, Jan 13, 2010 at 1:07 AM, gshum <[email protected]> wrote: > >> > >> Is there a way in iBatis 3 to control the isolation level of > transaction? > >> > >> Thanks, > >> Gennady > >> -- > >> View this message in context: > >> > http://old.nabble.com/iBatis-3-transaction-isolation-level-control-tp27140959p27140959.html > >> Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > > > > > > > > -- > http://people.apache.org/~simonetripodi/<http://people.apache.org/%7Esimonetripodi/> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
