public interface GxYyProcessRepository
| 限定符和类型 | 方法和说明 |
|---|---|
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查询单条数据
|
List<GxYyProcess> |
getBySqlx(String sqlx)
通过sqlx查询数据
|
List<GxYyProcess> |
getBySqlxAndQLrlx(String sqlx,
String qlrlx) |
List<GxYyProcess> |
list(List<String> processIdList)
通过ID集合查询集合数据
|
void |
save(GxYyProcess gxYyProcess)
新增数据
|
void |
saveOrUpdate(GxYyProcess gxYyProcess)
保存或更新
|
void |
saveOrUpdateBatch(List<GxYyProcess> gxYyProcessList)
批量更新或保存
|
void |
update(GxYyProcess gxYyProcess)
更新数据
|
GxYyProcess get(String processId)
processId - 主键List<GxYyProcess> list(List<String> processIdList)
processIdList - 主键集合void save(GxYyProcess gxYyProcess)
gxYyProcess - 实例对象void saveOrUpdate(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 saveOrUpdateBatch(List<GxYyProcess> gxYyProcessList)
gxYyProcessList - 客户端类型List<GxYyProcess> getBySqlx(String sqlx)
sqlx - 申请类型List<GxYyProcess> getBySqlxAndQLrlx(String sqlx, String qlrlx)
Copyright © 2025. All rights reserved.