RESULT - The type of result, e.g. entity, list.public abstract class AbstractSelectCBReturnEntityCommand<RESULT> extends AbstractSelectCBCommand<RESULT>
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Class<?> |
_entityType
The type of entity.
|
_conditionBean_beanMetaDataFactory, _dataSource, _dbmetaProvider, _initializeOnly, _resultSetHandlerFactory, _sqlFileEncoding, _statementFactory, _tableDbName| コンストラクタと説明 |
|---|
AbstractSelectCBReturnEntityCommand() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
afterExecuting() |
protected void |
assertStatus(String methodName) |
void |
beforeGettingSqlExecution() |
String |
buildSqlExecutionKey() |
protected TnBeanMetaData |
createBeanMetaData() |
protected abstract TnResultSetHandler |
createReturnEntityResultSetHandler(TnBeanMetaData bmd) |
SqlExecutionCreator |
createSqlExecutionCreator() |
boolean |
isSelectCount()
Does the command return selected record count?
|
boolean |
isSelectCursor()
Does the command handle its cursor?
|
void |
setEntityType(Class<?> entityType) |
assertConditionBeanProperty, createSelectCBExecution, getConditionBean, getEntity, getEntityList, getOutsideSqlOption, getOutsideSqlPath, getParameterBean, getSqlExecutionArgument, isBatchUpdateFamily, isConditionBean, isDelete, isEntityUpdateFamily, isInsert, isOutsideSql, isProcedure, isQueryUpdateFamily, isSelect, isUpdate, newSelectCBExecution, setConditionBeanassertBasicProperty, 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, waitgetCommandName, getCommandReturnTypeprotected Class<?> _entityType
public boolean isSelectCount()
BehaviorCommandMetapublic boolean isSelectCursor()
BehaviorCommandMetapublic void beforeGettingSqlExecution()
public void afterExecuting()
public String buildSqlExecutionKey()
buildSqlExecutionKey インタフェース内 BehaviorCommand<RESULT>buildSqlExecutionKey クラス内 AbstractSelectCBCommand<RESULT>public SqlExecutionCreator createSqlExecutionCreator()
protected abstract TnResultSetHandler createReturnEntityResultSetHandler(TnBeanMetaData bmd)
protected TnBeanMetaData createBeanMetaData()
protected void assertStatus(String methodName)
assertStatus クラス内 AbstractSelectCBCommand<RESULT>public void setEntityType(Class<?> entityType)
Copyright © 2014–2019 The DBFlute Project. All rights reserved.