public interface UndoExecutorHolder
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractUndoExecutor |
getDeleteExecutor(SQLUndoLog sqlUndoLog)
get the specific Delete UndoExecutor by sqlUndoLog
|
AbstractUndoExecutor |
getInsertExecutor(SQLUndoLog sqlUndoLog)
get the specific Insert UndoExecutor by sqlUndoLog
|
AbstractUndoExecutor |
getUpdateExecutor(SQLUndoLog sqlUndoLog)
get the specific Update UndoExecutor by sqlUndoLog
|
AbstractUndoExecutor getInsertExecutor(SQLUndoLog sqlUndoLog)
sqlUndoLog - the sqlUndoLogAbstractUndoExecutor getUpdateExecutor(SQLUndoLog sqlUndoLog)
sqlUndoLog - the sqlUndoLogAbstractUndoExecutor getDeleteExecutor(SQLUndoLog sqlUndoLog)
sqlUndoLog - the sqlUndoLogCopyright © 2020 Seata. All rights reserved.