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.