| 程序包 | 说明 |
|---|---|
| cn.gtmap.hlw.core.repository |
| 限定符和类型 | 方法和说明 |
|---|---|
GxYyProcessLysjRel |
GxYyProcessLysjRelRepository.get(String plid)
通过ID查询单条数据
|
GxYyProcessLysjRel |
GxYyProcessLysjRelRepository.getByLysjdm(String lysjdm,
String processId)
领域事件里得公共动作
|
GxYyProcessLysjRel |
GxYyProcessLysjRelRepository.getByLysjdm(String lysjdm,
String processId,
String anid)
领域事件里得公共动作
|
GxYyProcessLysjRel |
GxYyProcessLysjRelRepository.getByLysjdmAndSqlx(String lysjdm,
String sqlx)
通过lyshdm和sqlx获取集合数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<GxYyProcessLysjRel> |
GxYyProcessLysjRelRepository.getByProcessId(String processId)
通过processId查询单条数据
|
List<GxYyProcessLysjRel> |
GxYyProcessLysjRelRepository.getByProcessIdAndAnid(String processId,
String anid)
通过processId和按钮id获取集合数据
|
List<GxYyProcessLysjRel> |
GxYyProcessLysjRelRepository.getByProcessIds(List<String> processIds)
批量获取领域事件
|
List<GxYyProcessLysjRel> |
GxYyProcessLysjRelRepository.getListByLysjdmAndSqlx(String lysjdm,
String sqlx)
通过lyshdm和sqlx获取集合数据
|
List<GxYyProcessLysjRel> |
GxYyProcessLysjRelRepository.getListByLysjdmLikeAndQlrlxQAndSqlx(String lysjdm,
String sqlx,
String qlrlx) |
List<GxYyProcessLysjRel> |
GxYyProcessLysjRelRepository.getListByLysjdmLikeAndSqlx(String lysjdm,
String sqlx)
通过lyshdm模糊和sqlx获取集合数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GxYyProcessLysjRelRepository.save(GxYyProcessLysjRel gxYyProcessLysjRel)
新增数据
|
void |
GxYyProcessLysjRelRepository.update(GxYyProcessLysjRel gxYyProcessLysjRel)
修改数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GxYyProcessLysjRelRepository.saveOrUpdateBatch(List<GxYyProcessLysjRel> lysjRelList)
批量更新或保存
|
void |
GxYyProcessLysjRelRepository.updateBatch(List<GxYyProcessLysjRel> gxYyProcessLysjRelList)
批量更新
|
Copyright © 2025. All rights reserved.