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

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

Introduction

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

Usage

From source file org.activiti.engine.impl.transaction.ContextAwareJdbcTransactionFactory.java

/**
  * Typically used for the process engine, as it's the 'driver' of other engine 
  * (i.e. it call other engines like idm/form/dmn).
  * 
  * @see ContextAwareJdbcTransaction
  *  

From source file org.flowable.engine.common.impl.transaction.ContextAwareJdbcTransactionFactory.java

/**
  * Typically used for the process engine, as it's the 'driver' of other engine 
  * (i.e. it call other engines like idm/form/dmn).
  * 
  * @see ContextAwareJdbcTransaction
  *