| 程序包 | 说明 |
|---|---|
| io.seata.rm.datasource.undo | |
| io.seata.rm.datasource.undo.mysql | |
| io.seata.rm.datasource.undo.oracle | |
| io.seata.rm.datasource.undo.postgresql |
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractUndoExecutor |
UndoExecutorHolder.getDeleteExecutor(SQLUndoLog sqlUndoLog)
get the specific Delete UndoExecutor by sqlUndoLog
|
AbstractUndoExecutor |
UndoExecutorHolder.getInsertExecutor(SQLUndoLog sqlUndoLog)
get the specific Insert UndoExecutor by sqlUndoLog
|
static AbstractUndoExecutor |
UndoExecutorFactory.getUndoExecutor(String dbType,
SQLUndoLog sqlUndoLog)
Gets undo executor.
|
AbstractUndoExecutor |
UndoExecutorHolder.getUpdateExecutor(SQLUndoLog sqlUndoLog)
get the specific Update UndoExecutor by sqlUndoLog
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MySQLUndoDeleteExecutor
The type My sql undo delete executor.
|
class |
MySQLUndoInsertExecutor
The type My sql undo insert executor.
|
class |
MySQLUndoUpdateExecutor
The type My sql undo update executor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractUndoExecutor |
MySQLUndoExecutorHolder.getDeleteExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
MySQLUndoExecutorHolder.getInsertExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
MySQLUndoExecutorHolder.getUpdateExecutor(SQLUndoLog sqlUndoLog) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
OracleUndoDeleteExecutor
The type oracle undo delete executor.
|
class |
OracleUndoInsertExecutor
The type oralce undo insert executor.
|
class |
OracleUndoUpdateExecutor
The type oracle undo update executor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractUndoExecutor |
OracleUndoExecutorHolder.getDeleteExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
OracleUndoExecutorHolder.getInsertExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
OracleUndoExecutorHolder.getUpdateExecutor(SQLUndoLog sqlUndoLog) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PostgresqlUndoDeleteExecutor
The type postgresql undo delete executor.
|
class |
PostgresqlUndoInsertExecutor
The type postgresql undo insert executor.
|
class |
PostgresqlUndoUpdateExecutor |
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractUndoExecutor |
PostgresqlUndoExecutorHolder.getDeleteExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
PostgresqlUndoExecutorHolder.getInsertExecutor(SQLUndoLog sqlUndoLog) |
AbstractUndoExecutor |
PostgresqlUndoExecutorHolder.getUpdateExecutor(SQLUndoLog sqlUndoLog) |
Copyright © 2022 Seata. All rights reserved.