public final class TransactionHolder extends Object
is transaction or not in current thread.
| Constructor and Description |
|---|
TransactionHolder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clear()
Clear transaction.
|
static boolean |
isTransaction()
Judge is transaction in current thread.
|
static void |
setInTransaction()
Set transaction in current thread.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.