| 程序包 | 说明 |
|---|---|
| cn.gtmap.hlw.core.repository |
| 限定符和类型 | 方法和说明 |
|---|---|
GxYyAhfwtc |
GxYyAhfwtcRepository.get(Integer id)
通过ID查询单条数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<GxYyAhfwtc> |
GxYyAhfwtcRepository.get(String slbh,
String qlrzjh,
String qlrlx,
String qlrid)
通过多条件查询数据集合
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GxYyAhfwtcRepository.save(GxYyAhfwtc gxYyAhfwtc)
新增数据
|
void |
GxYyAhfwtcRepository.update(GxYyAhfwtc gxYyAhfwtc)
修改数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GxYyAhfwtcRepository.deleteAndSave(String qlrid,
List<GxYyAhfwtc> gxYyAhfwtcList)
删除+保存
|
void |
GxYyAhfwtcRepository.saveBatch(List<GxYyAhfwtc> gxYyAhfwtcList)
批量插入
|
void |
GxYyAhfwtcRepository.saveOrUpdateBatch(List<GxYyAhfwtc> gxYyAhfwtcList)
批量更新或插入
|
Copyright © 2025. All rights reserved.