public class BatchDeleteCommand extends AbstractListEntityCommand
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected DeleteOption<? extends ConditionBean> |
_deleteOption
The option of delete.
|
_entityList, _entityType_beanMetaDataFactory, _dataSource, _dbmetaProvider, _initializeOnly, _resultSetHandlerFactory, _sqlFileEncoding, _statementFactory, _tableDbName| コンストラクタと説明 |
|---|
BatchDeleteCommand() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
buildSqlExecutionKey() |
protected TnBatchDeleteDynamicCommand |
createBatchDeleteDynamicCommand(TnBeanMetaData bmd,
String[] propertyNames) |
protected SqlExecution |
createBatchDeleteSqlExecution(TnBeanMetaData bmd) |
SqlExecutionCreator |
createSqlExecutionCreator() |
protected Object[] |
doGetSqlExecutionArgument() |
String |
getCommandName()
Get the name of the command, e.g. selectList, update.
|
boolean |
isDelete()
Does the command execute delete?
|
protected boolean |
isOptimisticLockHandling() |
protected TnBatchDeleteDynamicCommand |
newBatchDeleteDynamicCommand() |
void |
setDeleteOption(DeleteOption<? extends ConditionBean> deleteOption) |
afterExecuting, assertStatus, beforeGettingSqlExecution, createBeanMetaData, findDBMeta, getCommandReturnType, getConditionBean, getOutsideSqlOption, getOutsideSqlPath, getParameterBean, getPersistentPropertyNames, getSqlExecutionArgument, isConditionBean, isInsert, isOutsideSql, isProcedure, isSelect, isSelectCount, isSelectCursor, isUpdate, setEntityList, setEntityTypeassertBasicProperty, assertComponentProperty, buildAssertMessage, createBeanArgNameTypeMap, createBeanCursorResultSetHandler, createBeanListResultSetHandler, createDynamicScalarResultSetHandler, createOutsideSqlExecuteExecution, createScalarListResultSetHandler, createScalarListResultSetHandler, createScalarResultSetHandler, getDBMeta, getInvokePath, getProjectName, getTableDbName, isInitializeOnly, newArgNameTypeMap, newOutsideSqlExecuteExecution, setBeanMetaDataFactory, setDataSource, setDBMetaProvider, setInitializeOnly, setResultSetHandlerFactory, setSqlFileEncoding, setStatementFactory, setTableDbName, toStringprotected DeleteOption<? extends ConditionBean> _deleteOption
public String getCommandName()
BehaviorCommandMetapublic boolean isDelete()
BehaviorCommandMetaisDelete インタフェース内 BehaviorCommandMetaisDelete クラス内 AbstractListEntityCommandpublic String buildSqlExecutionKey()
buildSqlExecutionKey インタフェース内 BehaviorCommand<int[]>buildSqlExecutionKey クラス内 AbstractListEntityCommandpublic SqlExecutionCreator createSqlExecutionCreator()
protected SqlExecution createBatchDeleteSqlExecution(TnBeanMetaData bmd)
protected TnBatchDeleteDynamicCommand createBatchDeleteDynamicCommand(TnBeanMetaData bmd, String[] propertyNames)
protected TnBatchDeleteDynamicCommand newBatchDeleteDynamicCommand()
protected boolean isOptimisticLockHandling()
protected Object[] doGetSqlExecutionArgument()
public void setDeleteOption(DeleteOption<? extends ConditionBean> deleteOption)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.