public interface DsGraphLabelDao
| Modifier and Type | Method and Description |
|---|---|
int |
deleteByPrimaryKey(String fId) |
int |
insert(DsGraphLabel record) |
List<DsGraphLabel> |
selectByDsKey(String dsKey) |
List<DsGraphLabel> |
selectByName(String dsKey,
String name,
Integer labelType) |
DsGraphLabel |
selectByPrimaryKey(String fId) |
int |
updateByPrimaryKey(DsGraphLabel record) |
int |
updateByPrimaryKeySelective(DsGraphLabel record) |
int deleteByPrimaryKey(String fId)
int insert(DsGraphLabel record)
DsGraphLabel selectByPrimaryKey(String fId)
List<DsGraphLabel> selectByDsKey(String dsKey)
List<DsGraphLabel> selectByName(@Param(value="dsKey") String dsKey, @Param(value="name") String name, @Param(value="labelType") Integer labelType)
int updateByPrimaryKeySelective(DsGraphLabel record)
int updateByPrimaryKey(DsGraphLabel record)
Copyright © 2025. All rights reserved.