List of usage examples for org.apache.ibatis.transaction.jdbc JdbcTransaction subclass-usage
From source file org.activiti.engine.impl.transaction.ContextAwareJdbcTransaction.java
/**
* Extension of the regular {@link JdbcTransaction} of Mybatis.
* The main difference is that the threadlocal on {@link ConnectionHolder}
* gets set/cleared when the connection is opened/closed.
*
* This class will be used by the Process Engine when running in
From source file org.flowable.engine.common.impl.transaction.ContextAwareJdbcTransaction.java
/**
* Extension of the regular {@link JdbcTransaction} of Mybatis.
* The main difference is that the threadlocal on {@link ConnectionHolder}
* gets set/cleared when the connection is opened/closed.
*
* This class will be used by the Process Engine when running in