类 EwaWfCnnDao
java.lang.Object
com.gdxsoft.easyweb.datasource.ClassDaoBase<EwaWfCnn>
com.gdxsoft.easyweb.script.Workflow.EwaWfCnnDao
表_EWA_WF_CNN操作类
- 作者:
- gdx 时间:Sat Jul 11 2020 20:59:03 GMT+0800 (中国标准时间)
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleandeleteRecord(String paraWfUnitFrom, String paraWfUnitTo, String paraWfId, String paraWfRefId) 根据主键删除一条记录getCnnsByJSon(String jsonString) 根据主键返回一条记录boolean生成一条记录boolean生成一条记录从类继承的方法 com.gdxsoft.easyweb.datasource.ClassDaoBase
createAllUpdateFields, createDeleteSql, createDeleteSql, createPkSql, createRequestValue, createSelectSql, deleteRecords, executeDouble, executeInt, executeProcdure, executeQuery, executeQuery, executeQuery, executeQuery, executeQueryByFields, executeSequence, executeUpdate, executeUpdateAutoIncrement, executeUpdateAutoIncrementLong, executeUpdateAutoIncrementReturnBigInteger, executeUpdateAutoIncrementUInt16, executeUpdateAutoIncrementUInt32, executeUpdateAutoIncrementUInt64, getAutoKey, getConfigName, getConn, getDatabase, getErrorMsg, getFields, getInstanceClass, getKeyFields, getRecordCount, getRecords, getRecords, getRecords, getRv, getSqlDelete, getSqlFields, getSqlInsert, getSqlSelect, getSqlUpdate, getTableName, parseFromDTTable, setAutoKey, setConfigName, setDatabase, setFields, setInstanceClass, setKeyFields, setRv, setSqlInsert, setTableName, sqlInsertChanged, sqlUpdateChanged, updateRecord, updateRecord从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.gdxsoft.easyweb.datasource.IClassDao
executeDouble, executeInt, executeProcdure, executeQuery, executeQuery, executeQuery, executeQuery, executeSequence, executeUpdate, getConfigName, getConn, getDatabase, getErrorMsg, getRecordCount, getRv, getSqlDelete, getSqlFields, getSqlInsert, getSqlSelect, getSqlUpdate, setConfigName, setDatabase, setRv
-
字段详细资料
-
TABLE_NAME
-
KEY_LIST
-
FIELD_LIST
-
-
构造器详细资料
-
EwaWfCnnDao
public EwaWfCnnDao()
-
-
方法详细资料
-
getCnnsByJSon
-
newRecord
生成一条记录- 参数:
para- 表_EWA_WF_CNN的映射类- 返回:
- 是否成功
-
newRecord
生成一条记录- 参数:
para- 表_EWA_WF_CNN的映射类updateFields- 变化的字段Map- 返回:
-
getRecord
public EwaWfCnn getRecord(String paraWfUnitFrom, String paraWfUnitTo, String paraWfId, String paraWfRefId) 根据主键返回一条记录- 参数:
paraWfUnitFrom- 来源paraWfUnitTo- 目标paraWfId- 流程paraWfRefId- 参考来源- 返回:
- 记录类(EwaWfCnn)
-
deleteRecord
public boolean deleteRecord(String paraWfUnitFrom, String paraWfUnitTo, String paraWfId, String paraWfRefId) 根据主键删除一条记录- 参数:
paraWfUnitFrom- 来源paraWfUnitTo- 目标paraWfId- 流程paraWfRefId- 参考来源- 返回:
- 是否成功
-