| Package | Description |
|---|---|
| com.geoway.adf.dms.config.dao |
| Modifier and Type | Method and Description |
|---|---|
CmMetaData |
CmMetaDataDao.selectByPrimaryKey(Long fId) |
CmMetaData |
CmMetaDataDao.selectByRelatedId(Integer relatedIdType,
String relatedId) |
| Modifier and Type | Method and Description |
|---|---|
List<CmMetaData> |
CmMetaDataDao.selectByIds(List<Long> list) |
List<CmMetaData> |
CmMetaDataDao.selectByRelatedIds(Integer relatedIdType,
List<String> list) |
List<CmMetaData> |
CmMetaDataDao.selectByRelatedType(Integer relatedType) |
| Modifier and Type | Method and Description |
|---|---|
int |
CmMetaDataDao.insert(CmMetaData record) |
int |
CmMetaDataDao.insertSelective(CmMetaData record) |
int |
CmMetaDataDao.updateByPrimaryKey(CmMetaData record) |
int |
CmMetaDataDao.updateByPrimaryKeySelective(CmMetaData record) |
| Modifier and Type | Method and Description |
|---|---|
int |
CmMetaDataDao.batchInsert(List<CmMetaData> list) |
Copyright © 2025. All rights reserved.