| Class | Description |
|---|---|
| ConnectionHolder |
Simple wrapper for storing the
Connection in a threadlocal object. |
| ContextAwareJdbcTransaction |
Extension of the regular
JdbcTransaction of Mybatis. |
| ContextAwareJdbcTransactionFactory |
Typically used for the process engine, as it's the 'driver' of other engine (i.e.
|
| TransactionContextAwareDataSource |
A wrapper for a
DataSource, to be used by a 'dependent' engine (e.g. |
| TransactionContextAwareTransactionFactory<T> |
A
TransactionFactory implementation for 'dependent' engine (so not the process engine, but the IDM/DMN/Form/... |
| TransactionContextHolder |
Holder for a threadlocal stack of
BaseTransactionContext objects. |
Copyright © 2017 Flowable. All rights reserved.