| Package | Description |
|---|---|
| com.geoway.adf.dms.datasource.dao |
| Modifier and Type | Method and Description |
|---|---|
DsTile |
DsTileDao.selectByName(String name) |
DsTile |
DsTileDao.selectByPrimaryKey(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<DsTile> |
DsTileDao.selectAll() |
List<DsTile> |
DsTileDao.selectByType(List<Integer> tileTypes,
String keyword,
String category) |
| Modifier and Type | Method and Description |
|---|---|
int |
DsTileDao.insert(DsTile record) |
int |
DsTileDao.insertSelective(DsTile record) |
int |
DsTileDao.updateByPrimaryKey(DsTile record) |
int |
DsTileDao.updateByPrimaryKeySelective(DsTile record) |
| Modifier and Type | Method and Description |
|---|---|
int |
DsTileDao.batchInsert(List<DsTile> list) |
Copyright © 2025. All rights reserved.