| 类 | 说明 |
|---|---|
| GlobalTransactionalInterceptor |
The type Global transactional interceptor.
|
| GlobalTransactionScanner |
The type Global transaction scanner.
|
| MethodDesc |
The type Method desc.
|
| 注释类型 | 说明 |
|---|---|
| GlobalLock |
declare the transaction only execute in single local RM
but the transaction need to ensure records to update(or select for update) is not in global transaction middle
stage
use this annotation instead of GlobalTransaction in the situation mentioned above will help performance.
|
| GlobalTransactional |
The interface Global transactional.
|
Copyright © 2021 Seata. All rights reserved.