On Thu, Oct 22, 2009 at 9:03 AM, User 080701 <[email protected]> wrote: > > If I create a static SqlMapClient to service many threads, does ibatis > guarantee transaction isolation ?
yes. > e.g. If one thread start the transaction and not commit, > if another thread start the transaction using the same sqlMapClient, > does it throw transaction already start exception ? no. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
