| Modifier and Type | Method and Description |
|---|---|
TransactionContext |
TransactionContextFactory.openTransactionContext(CommandContext commandContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
JtaTransactionContext |
| Modifier and Type | Method and Description |
|---|---|
TransactionContext |
JtaTransactionContextFactory.openTransactionContext(CommandContext commandContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandaloneMybatisTransactionContext |
| Modifier and Type | Method and Description |
|---|---|
TransactionContext |
StandaloneMybatisTransactionContextFactory.openTransactionContext(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
static TransactionContext |
Context.getTransactionContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Context.setTransactionContext(TransactionContext transactionContext) |
| Modifier and Type | Field and Description |
|---|---|
protected TransactionContext |
TransactionCommandContextCloseListener.transactionContext |
| Constructor and Description |
|---|
TransactionCommandContextCloseListener(TransactionContext transactionContext) |
| Modifier and Type | Field and Description |
|---|---|
protected static ThreadLocal<Stack<TransactionContext>> |
TransactionContextHolder.transactionContextThreadLocal |
| Modifier and Type | Method and Description |
|---|---|
static TransactionContext |
TransactionContextHolder.getTransactionContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
TransactionContextHolder.setTransactionContext(TransactionContext transactionContext) |
Copyright © 2017 Flowable. All rights reserved.