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