| 程序包 | 说明 |
|---|---|
| com.wisedu.emap.model2.action | |
| com.wisedu.emap.model2.container |
| 限定符和类型 | 方法和说明 |
|---|---|
ActionType |
IDataModelUpdateAction.getType()
获取数据模型更新到账的操作类型.
|
static ActionType |
ActionType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ActionType[] |
ActionType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T> IEmapAction<T> |
DataModelContainer.getAction(Class<?> rowType,
ActionType actionType)
根据动作类型获取一个动作,并指定结果行的类型(只对查询有效)。
|
<T> IEmapAction<T> |
DataModelContainer.getAction(Class<?> rowType,
ActionType actionType,
boolean needThrow)
根据动作类型获取一个动作,并指定结果行的类型(只对查询有效)。
|
<T> IDataModelQueryAction<T> |
DataModelContainer.getQueryAction(Class<T> rowType,
ActionType actionType)
获取一个查询动作,并设定行类型。
|
IDataModelUpdateAction |
DataModelContainer.getUpdateAction(ActionType actionType)
根据类型获取一个更新动作。
|
IDataModelUpdateAction |
DataModelContainer.getUpdateAction(ActionType actionType,
boolean needThrow)
根据类型获取一个更新动作。
|
Copyright © 2022. All rights reserved.