public interface BehaviorCommandMeta
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getCommandName()
Get the name of the command, e.g. selectList, update.
|
Class<?> |
getCommandReturnType()
Get the return type of command.
|
ConditionBean |
getConditionBean()
Get the instance of condition-bean specified as argument if it exists.
|
DBMeta |
getDBMeta()
Get the DB meta instance for the table.
|
Entity |
getEntity()
Get the instance of entity specified as one argument if it exists.
|
List<Entity> |
getEntityList()
Get the list of entity specified as list argument if it exists.
|
String |
getInvokePath()
Get the invoke path of behavior command lazily.
|
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.
|
Object |
getParameterBean()
Get the parameter-bean for outside-SQL if it's outside-SQL.
|
String |
getProjectName()
Get project name of the database (DBFlute client) for the table.
|
String |
getTableDbName()
Get the DB name of table corresponding to the executed behavior.
|
boolean |
isBatchUpdateFamily()
Does the command execute batch update family?
|
boolean |
isConditionBean()
Does the command use condition-bean?
|
boolean |
isDelete()
Does the command execute delete?
|
boolean |
isEntityUpdateFamily()
Does the command execute entity update family?
|
boolean |
isInitializeOnly()
Is the command only for initialization?
|
boolean |
isInsert()
Does the command execute insert?
|
boolean |
isOutsideSql()
Does the command use outside-SQL?
|
boolean |
isProcedure()
Does the command call procedure?
|
boolean |
isQueryUpdateFamily()
Does the command execute query update family?
|
boolean |
isSelect()
Does the command return selected records?
|
boolean |
isSelectCount()
Does the command return selected record count?
|
boolean |
isSelectCursor()
Does the command handle its cursor?
|
boolean |
isUpdate()
Does the command execute update?
|
String getProjectName()
DBMeta getDBMeta()
String getTableDbName()
String getCommandName()
Class<?> getCommandReturnType()
boolean isInitializeOnly()
boolean isConditionBean()
boolean isOutsideSql()
boolean isProcedure()
boolean isSelect()
boolean isSelectCount()
boolean isSelectCursor()
boolean isInsert()
boolean isUpdate()
boolean isDelete()
boolean isEntityUpdateFamily()
boolean isBatchUpdateFamily()
boolean isQueryUpdateFamily()
ConditionBean getConditionBean()
Entity getEntity()
List<Entity> getEntityList()
String getOutsideSqlPath()
Object getParameterBean()
OutsideSqlOption getOutsideSqlOption()
String getInvokePath()
Copyright © 2014–2019 The DBFlute Project. All rights reserved.