Re: SqlSession question

2010-03-08 Thread Clinton Begin
The only rationale there is to allow for you to commit more than once within a session scope. In previous versions of iBATIS this was possible, but was messy because Session, Transaction and Batches were all managed separately. Because we've now merged all three into this one concept, we didn't w

SqlSession question

2010-03-08 Thread J S
Please exercise some patience if what I am about to ask sounds dumb.  I'm still new to Ibatis; so far it has been a very pleasant experience. I get the impression that the SqlSession class bundles the functionality of both, transactions and a persistence context.  This mixture is still unclear t