| 程序包 | 说明 |
|---|---|
| cn.gtmap.hlw.core.dao.flow | |
| cn.gtmap.hlw.core.repository |
| 限定符和类型 | 方法和说明 |
|---|---|
GxYyProcess |
GxYyProcessDao.get(String processId)
通过ID查询单条数据
|
GxYyProcess |
GxYyProcessDao.get(String processId)
通过ID查询单条数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<GxYyProcess> |
GxYyProcessDao.get(String sqlx,
String clientType,
String type)
通过sqlx, clientType查询单条数据
|
List<GxYyProcess> |
GxYyProcessDao.get(String sqlx,
String clientType,
String type)
通过sqlx, clientType查询单条数据
|
List<GxYyProcess> |
GxYyProcessDao.get(String sqlx,
String clientType,
String type,
String roleId)
通过sqlx, clientType查询单条数据
|
List<GxYyProcess> |
GxYyProcessDao.get(String sqlx,
String clientType,
String type,
String roleId)
通过sqlx, clientType查询单条数据
|
List<GxYyProcess> |
GxYyProcessDao.list(List<String> processIdList)
通过ID集合查询集合数据
|
List<GxYyProcess> |
GxYyProcessDao.list(List<String> processIdList)
通过ID集合查询集合数据
|
List<GxYyProcess> |
GxYyProcessDao.listBySqlx(String sqlx)
根据sqlx查询
|
List<GxYyProcess> |
GxYyProcessDao.listBySqlx(String sqlx)
根据sqlx查询
|
List<GxYyProcess> |
GxYyProcessDao.listBySqlxAndClientType(String sqlx,
String clientType)
根据sqlx、clientType查询
|
List<GxYyProcess> |
GxYyProcessDao.listBySqlxAndClientType(String sqlx,
String clientType)
根据sqlx、clientType查询
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GxYyProcessDao.saveOrUpdateProcess(GxYyProcess gxYyProcess)
保存或更新
|
void |
GxYyProcessDao.saveOrUpdateProcess(GxYyProcess gxYyProcess)
保存或更新
|
void |
GxYyProcessDao.saveProcess(GxYyProcess gxYyProcess)
新增数据
|
void |
GxYyProcessDao.saveProcess(GxYyProcess gxYyProcess)
新增数据
|
void |
GxYyProcessDao.update(GxYyProcess gxYyProcess)
更新数据
|
void |
GxYyProcessDao.update(GxYyProcess gxYyProcess)
更新数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GxYyProcessDao.insertBatchSomeColumn(List<GxYyProcess> gxYyProcessList)
批量保存
|
void |
GxYyProcessDao.insertBatchSomeColumn(List<GxYyProcess> gxYyProcessList)
批量保存
|
void |
GxYyProcessDao.saveOrUpdateBatchProcess(List<GxYyProcess> gxYyProcessList)
批量更新或保存
|
void |
GxYyProcessDao.saveOrUpdateBatchProcess(List<GxYyProcess> gxYyProcessList)
批量更新或保存
|
| 限定符和类型 | 方法和说明 |
|---|---|
GxYyProcess |
GxYyProcessRepository.get(String processId)
通过ID查询单条数据
|
GxYyProcess |
GxYyProcessRepository.get(String processId)
通过ID查询单条数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<GxYyProcess> |
GxYyProcessRepository.get(String sqlx,
String clientType,
String type)
通过sqlx, clientType查询单条数据
|
List<GxYyProcess> |
GxYyProcessRepository.get(String sqlx,
String clientType,
String type)
通过sqlx, clientType查询单条数据
|
List<GxYyProcess> |
GxYyProcessRepository.get(String sqlx,
String clientType,
String type,
String roleId)
通过sqlx, clientType查询单条数据
|
List<GxYyProcess> |
GxYyProcessRepository.get(String sqlx,
String clientType,
String type,
String roleId)
通过sqlx, clientType查询单条数据
|
List<GxYyProcess> |
GxYyProcessRepository.getBySqlx(String sqlx)
通过sqlx查询数据
|
List<GxYyProcess> |
GxYyProcessRepository.getBySqlx(String sqlx)
通过sqlx查询数据
|
List<GxYyProcess> |
GxYyProcessRepository.getBySqlxAndQLrlx(String sqlx,
String qlrlx) |
List<GxYyProcess> |
GxYyProcessRepository.getBySqlxAndQLrlx(String sqlx,
String qlrlx) |
List<GxYyProcess> |
GxYyProcessRepository.list(List<String> processIdList)
通过ID集合查询集合数据
|
List<GxYyProcess> |
GxYyProcessRepository.list(List<String> processIdList)
通过ID集合查询集合数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GxYyProcessRepository.save(GxYyProcess gxYyProcess)
新增数据
|
void |
GxYyProcessRepository.save(GxYyProcess gxYyProcess)
新增数据
|
void |
GxYyProcessRepository.saveOrUpdate(GxYyProcess gxYyProcess)
保存或更新
|
void |
GxYyProcessRepository.saveOrUpdate(GxYyProcess gxYyProcess)
保存或更新
|
void |
GxYyProcessRepository.update(GxYyProcess gxYyProcess)
更新数据
|
void |
GxYyProcessRepository.update(GxYyProcess gxYyProcess)
更新数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GxYyProcessRepository.saveOrUpdateBatch(List<GxYyProcess> gxYyProcessList)
批量更新或保存
|
void |
GxYyProcessRepository.saveOrUpdateBatch(List<GxYyProcess> gxYyProcessList)
批量更新或保存
|
Copyright © 2025. All rights reserved.