public interface UndoExecutorHolder
| Modifier and Type | Method and Description |
|---|---|
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 © 2024 Apache. All rights reserved.