You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by OBender <os...@hotmail.com> on 2009/12/09 15:09:19 UTC

explicit transaction demarcation in 3.0?

Hi All,

 

I'm a bit puzzled on how to explicitly manage the transaction demarcation in
iBatis 3.0.

Before we had SqlMapClient with transaction lifecycle methods, now it looks
like SqlSession is responsible for this task but there is no explicit
control over the transaction demarcation. 

 

Am I missing anything?

 

Thanks.