I have some code that could be called when a transaction is already started or when there isn't one. I was hoping for some like
SqlMapSession.transactionStarted() and then call SqlMapSession.startTransaction() if it isn't or tap into the existing one somehow. Is this possible or maybe there is a better way? Thanks, Tom
