You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by Yuri de Wit <yd...@gmail.com> on 2009/07/06 04:57:54 UTC

SqlMapClient and knowing when a transaction already started

If I having a reference to a SqlMapClient how do I know whether a
transaction has already been started for the current thread?
I want to implement a simple transaction interceptor that gets injected with
a SqlMapClient using Guice and start a transaction if not yet started.

thanks in advance!