public class BatchInsertCommand extends AbstractListEntityCommand
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected InsertOption<? extends ConditionBean> |
_insertOption
The option of insert.
|
_entityList, _entityType_beanMetaDataFactory, _dataSource, _dbmetaProvider, _initializeOnly, _resultSetHandlerFactory, _sqlFileEncoding, _statementFactory, _tableDbName| コンストラクタと説明 |
|---|
BatchInsertCommand() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected TnInsertEntityDynamicCommand |
createBatchInsertDynamicCommand(TnBeanMetaData bmd,
String[] propertyNames) |
protected SqlExecution |
createBatchInsertSqlExecution(TnBeanMetaData bmd) |
SqlExecutionCreator |
createSqlExecutionCreator() |
protected Object[] |
doGetSqlExecutionArgument() |
String |
getCommandName()
Get the name of the command, e.g. selectList, update.
|
boolean |
isInsert()
Does the command execute insert?
|
protected TnBatchInsertDynamicCommand |
newBatchInsertDynamicCommand() |
void |
setInsertOption(InsertOption<? extends ConditionBean> insertOption) |
afterExecuting, assertStatus, beforeGettingSqlExecution, buildSqlExecutionKey, createBeanMetaData, findDBMeta, getCommandReturnType, getConditionBean, getOutsideSqlOption, getOutsideSqlPath, getParameterBean, getPersistentPropertyNames, getSqlExecutionArgument, isConditionBean, isDelete, 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 InsertOption<? extends ConditionBean> _insertOption
public String getCommandName()
BehaviorCommandMetapublic boolean isInsert()
BehaviorCommandMetaisInsert インタフェース内 BehaviorCommandMetaisInsert クラス内 AbstractListEntityCommandpublic SqlExecutionCreator createSqlExecutionCreator()
protected SqlExecution createBatchInsertSqlExecution(TnBeanMetaData bmd)
protected TnInsertEntityDynamicCommand createBatchInsertDynamicCommand(TnBeanMetaData bmd, String[] propertyNames)
protected TnBatchInsertDynamicCommand newBatchInsertDynamicCommand()
protected Object[] doGetSqlExecutionArgument()
public void setInsertOption(InsertOption<? extends ConditionBean> insertOption)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.