@LoadLevel(name="oracle") public class OracleUndoExecutorHolder extends Object implements UndoExecutorHolder
| 构造器和说明 |
|---|
OracleUndoExecutorHolder() |
| 限定符和类型 | 方法和说明 |
|---|---|
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
|
public AbstractUndoExecutor getInsertExecutor(SQLUndoLog sqlUndoLog)
UndoExecutorHoldergetInsertExecutor 在接口中 UndoExecutorHoldersqlUndoLog - the sqlUndoLogpublic AbstractUndoExecutor getUpdateExecutor(SQLUndoLog sqlUndoLog)
UndoExecutorHoldergetUpdateExecutor 在接口中 UndoExecutorHoldersqlUndoLog - the sqlUndoLogpublic AbstractUndoExecutor getDeleteExecutor(SQLUndoLog sqlUndoLog)
UndoExecutorHoldergetDeleteExecutor 在接口中 UndoExecutorHoldersqlUndoLog - the sqlUndoLogCopyright © 2022 Seata. All rights reserved.