Example usage for org.apache.ibatis.transaction.jdbc JdbcTransaction subclass-usage

List of usage examples for org.apache.ibatis.transaction.jdbc JdbcTransaction subclass-usage

Introduction

In this page you can find the example usage for org.apache.ibatis.transaction.jdbc JdbcTransaction subclass-usage.

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