public abstract class AbstractQueryUpdateCommand extends AbstractCountableUpdateCommand
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected ConditionBean |
_conditionBean
The instance of condition-bean for query.
|
_entity_beanMetaDataFactory, _dataSource, _dbmetaProvider, _initializeOnly, _resultSetHandlerFactory, _sqlFileEncoding, _statementFactory, _tableDbName| コンストラクタと説明 |
|---|
AbstractQueryUpdateCommand() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
assertConditionBeanProperty(String methodName) |
protected void |
assertStatus(String methodName) |
void |
beforeGettingSqlExecution() |
String |
buildSqlExecutionKey() |
protected abstract SqlExecution |
createQueryEntityCBExecution() |
SqlExecutionCreator |
createSqlExecutionCreator() |
ConditionBean |
getConditionBean()
Get the instance of condition-bean specified as argument if it exists.
|
OutsideSqlOption |
getOutsideSqlOption()
Get the option of outside-SQL if it's outside-SQL.
|
String |
getOutsideSqlPath()
Get the path of outside-SQL if it's outside-SQL.
|
boolean |
isConditionBean()
Does the command use condition-bean?
|
boolean |
isEntityUpdateFamily()
Does the command execute entity update family?
|
boolean |
isQueryUpdateFamily()
Does the command execute query update family?
|
void |
setConditionBean(ConditionBean conditionBean) |
afterExecuting, assertEntityProperty, createBeanMetaData, doGetSqlExecutionArgument, findDBMeta, getCommandReturnType, getEntity, getEntityList, getParameterBean, getPersistentPropertyNames, getSqlExecutionArgument, isBatchUpdateFamily, isDelete, isInsert, isOutsideSql, isProcedure, isSelect, isSelectCount, isSelectCursor, isUpdate, setEntityassertBasicProperty, assertComponentProperty, buildAssertMessage, createBeanArgNameTypeMap, createBeanCursorResultSetHandler, createBeanListResultSetHandler, createBeanOneResultSetHandler, createDynamicScalarResultSetHandler, createOutsideSqlExecuteExecution, createScalarListResultSetHandler, createScalarListResultSetHandler, createScalarResultSetHandler, getDBMeta, getInvokePath, getProjectName, getTableDbName, isInitializeOnly, newArgNameTypeMap, newOutsideSqlExecuteExecution, setBeanMetaDataFactory, setDataSource, setDBMetaProvider, setInitializeOnly, setResultSetHandlerFactory, setSqlFileEncoding, setStatementFactory, setTableDbName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCommandNameprotected ConditionBean _conditionBean
public boolean isConditionBean()
BehaviorCommandMetaisConditionBean インタフェース内 BehaviorCommandMetaisConditionBean クラス内 AbstractCountableUpdateCommandpublic boolean isEntityUpdateFamily()
BehaviorCommandMetapublic boolean isQueryUpdateFamily()
BehaviorCommandMetapublic void beforeGettingSqlExecution()
beforeGettingSqlExecution インタフェース内 BehaviorCommand<Integer>beforeGettingSqlExecution クラス内 AbstractCountableUpdateCommandpublic String buildSqlExecutionKey()
buildSqlExecutionKey インタフェース内 BehaviorCommand<Integer>buildSqlExecutionKey クラス内 AbstractCountableUpdateCommandpublic SqlExecutionCreator createSqlExecutionCreator()
protected abstract SqlExecution createQueryEntityCBExecution()
public ConditionBean getConditionBean()
BehaviorCommandMetagetConditionBean インタフェース内 BehaviorCommandMetagetConditionBean クラス内 AbstractCountableUpdateCommandpublic String getOutsideSqlPath()
BehaviorCommandMetagetOutsideSqlPath インタフェース内 BehaviorCommandMetagetOutsideSqlPath クラス内 AbstractCountableUpdateCommandpublic OutsideSqlOption getOutsideSqlOption()
BehaviorCommandMetagetOutsideSqlOption インタフェース内 BehaviorCommandMetagetOutsideSqlOption クラス内 AbstractCountableUpdateCommandprotected void assertStatus(String methodName)
assertStatus クラス内 AbstractCountableUpdateCommandprotected void assertConditionBeanProperty(String methodName)
public void setConditionBean(ConditionBean conditionBean)
Copyright © 2014–2021 The DBFlute Project. All rights reserved.