public interface DmFilePropertyDao
| Modifier and Type | Method and Description |
|---|---|
int |
deleteByPrimaryKey(String fKey) |
int |
insert(DmFileProperty record) |
int |
insertSelective(DmFileProperty record) |
List<DmFileProperty> |
selectAll() |
DmFileProperty |
selectByName(String name) |
DmFileProperty |
selectByPrimaryKey(String fKey) |
List<DmFileProperty> |
selectByType(Integer type) |
int |
updateByPrimaryKey(DmFileProperty record) |
int |
updateByPrimaryKeySelective(DmFileProperty record) |
int deleteByPrimaryKey(String fKey)
int insert(DmFileProperty record)
int insertSelective(DmFileProperty record)
DmFileProperty selectByPrimaryKey(String fKey)
DmFileProperty selectByName(String name)
List<DmFileProperty> selectAll()
List<DmFileProperty> selectByType(Integer type)
int updateByPrimaryKeySelective(DmFileProperty record)
int updateByPrimaryKey(DmFileProperty record)
Copyright © 2025. All rights reserved.