| 接口 | 说明 |
|---|---|
| ScannerChecker |
The Scanner checker for
GlobalTransactionScanner |
| SeataInterceptor |
The interface Seata interceptor.
|
| 类 | 说明 |
|---|---|
| AspectTransactional | |
| AspectTransactionalInterceptor | |
| GlobalTransactionalInterceptor |
The type Global transactional interceptor.
|
| GlobalTransactionScanner |
The type Global transaction scanner.
|
| MethodDesc |
The type Method desc.
|
| 枚举 | 说明 |
|---|---|
| SeataInterceptorPosition |
The enum Seata interceptor position.
|
| 注释类型 | 说明 |
|---|---|
| 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 © 2022 Seata. All rights reserved.