public interface IDataModelUpdateAction extends IUpdateAction
| 限定符和类型 | 方法和说明 |
|---|---|
int |
executeUpdate(Map<String,?> values,
String condition,
List<?> params)
使用key-value对作为修改数据, 条件语句及参数列表作为条件, 执行更新动作.
|
AbstractModelContainer |
getContainer()
更新操作的动作所属的模型容器.
|
ActionType |
getType()
获取数据模型更新到账的操作类型.
|
executeUpdate, executeUpdate, getConditionModelisQueryexecute, getId, getModel, hasPermissionint executeUpdate(Map<String,?> values, String condition, List<?> params)
values - 需要修改的数据condition - 条件语句params - 条件语句中对应的参数ActionType getType()
AbstractModelContainer getContainer()
Copyright © 2022. All rights reserved.