public interface GxYyProcessDao
| 限定符和类型 | 方法和说明 |
|---|---|
void |
delete(String processId)
删除数据
|
GxYyProcess |
get(String processId)
通过ID查询单条数据
|
List<GxYyProcess> |
get(String sqlx,
String clientType,
String type)
通过sqlx, clientType查询单条数据
|
List<GxYyProcess> |
get(String sqlx,
String clientType,
String type,
String roleId)
通过sqlx, clientType查询单条数据
|
void |
insertBatchSomeColumn(List<GxYyProcess> gxYyProcessList)
批量保存
|
List<GxYyProcess> |
list(List<String> processIdList)
通过ID集合查询集合数据
|
List<GxYyProcess> |
listBySqlx(String sqlx)
根据sqlx查询
|
void |
removeByIds(List<String> processIdList)
根据主键批量删除
|
void |
saveOrUpdateBatchProcess(List<GxYyProcess> gxYyProcessList)
批量更新或保存
|
void |
saveOrUpdateProcess(GxYyProcess gxYyProcess)
保存或更新
|
void |
saveProcess(GxYyProcess gxYyProcess)
新增数据
|
void |
update(GxYyProcess gxYyProcess)
更新数据
|
GxYyProcess get(String processId)
processId - 主键List<GxYyProcess> list(List<String> processIdList)
processIdList - 主键集合void saveProcess(GxYyProcess gxYyProcess)
gxYyProcess - 实例对象void saveOrUpdateProcess(GxYyProcess gxYyProcess)
gxYyProcess - 实例对象void update(GxYyProcess gxYyProcess)
gxYyProcess - void delete(String processId)
processId - 主键List<GxYyProcess> get(String sqlx, String clientType, String type)
sqlx - 申请类型clientType - 客户端类型type - List<GxYyProcess> get(String sqlx, String clientType, String type, String roleId)
sqlx - 申请类型clientType - 客户端类型type - 资源类型roleId - 角色idvoid saveOrUpdateBatchProcess(List<GxYyProcess> gxYyProcessList)
gxYyProcessList - 客户端类型List<GxYyProcess> listBySqlx(String sqlx)
sqlx - void insertBatchSomeColumn(List<GxYyProcess> gxYyProcessList)
gxYyProcessList - Copyright © 2025. All rights reserved.