S - the type parameterpublic class SelectForUpdateExecutor<T,S extends Statement> extends BaseTransactionalExecutor<T,S>
sqlRecognizer, sqlRecognizers, statementCallback, statementProxy| Constructor and Description |
|---|
SelectForUpdateExecutor(StatementProxy<S> statementProxy,
StatementCallback<T,S> statementCallback,
SQLRecognizer sqlRecognizer)
Instantiates a new Select for update executor.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildSelectSQL(ArrayList<List<Object>> paramAppenderList) |
T |
doExecute(Object... args)
Do execute object.
|
buildLimitCondition, buildLockKey, buildOrderCondition, buildTableRecords, buildTableRecords, buildUndoItem, buildWhereCondition, containPK, containsPK, containsPK, execute, getColumnNameInSQL, getColumnNamesInSQL, getColumnNamesInSQLList, getColumnNamesWithTablePrefix, getColumnNamesWithTablePrefixList, getColumnNameWithTablePrefix, getDbType, getFromTableInSQL, getNeedColumns, getStandardPkColumnName, getTableMeta, getTableMeta, prepareUndoLog, validPkpublic SelectForUpdateExecutor(StatementProxy<S> statementProxy, StatementCallback<T,S> statementCallback, SQLRecognizer sqlRecognizer)
statementProxy - the statement proxystatementCallback - the statement callbacksqlRecognizer - the sql recognizerpublic T doExecute(Object... args) throws Throwable
BaseTransactionalExecutorCopyright © 2024 Apache. All rights reserved.