@LoadLevel(name="postgresql") public class PostgresqlUndoExecutorHolder extends Object implements UndoExecutorHolder
| Constructor and Description |
|---|
PostgresqlUndoExecutorHolder() |
| 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
|
public AbstractUndoExecutor getInsertExecutor(SQLUndoLog sqlUndoLog)
UndoExecutorHoldergetInsertExecutor in interface UndoExecutorHoldersqlUndoLog - the sqlUndoLogpublic AbstractUndoExecutor getUpdateExecutor(SQLUndoLog sqlUndoLog)
UndoExecutorHoldergetUpdateExecutor in interface UndoExecutorHoldersqlUndoLog - the sqlUndoLogpublic AbstractUndoExecutor getDeleteExecutor(SQLUndoLog sqlUndoLog)
UndoExecutorHoldergetDeleteExecutor in interface UndoExecutorHoldersqlUndoLog - the sqlUndoLogCopyright © 2024 Apache. All rights reserved.