| 接口 | 说明 |
|---|---|
| Executor<T> |
The interface Executor.
|
| StatementCallback<T,S extends Statement> |
The interface Statement callback.
|
| 类 | 说明 |
|---|---|
| AbstractDMLBaseExecutor<T,S extends Statement> |
The type Abstract dml base executor.
|
| BaseTransactionalExecutor<T,S extends Statement> |
The type Base transactional executor.
|
| DeleteExecutor<T,S extends Statement> |
The type Delete executor.
|
| ExecuteTemplate |
The type Execute template.
|
| InsertExecutor<T,S extends Statement> |
The type Insert executor.
|
| LockRetryController |
The type Lock retry controller.
|
| PlainExecutor<T,S extends Statement> |
The type Plain executor.
|
| SelectForUpdateExecutor<T,S extends Statement> |
The type Select for update executor.
|
| UpdateExecutor<T,S extends Statement> |
The type Update executor.
|
| 异常错误 | 说明 |
|---|---|
| LockConflictException |
The type Lock conflict exception.
|
| LockWaitTimeoutException |
The type Lock wait timeout exception.
|
Copyright © 2019 Seata. All rights reserved.