public interface CmAttachmentDao
| Modifier and Type | Method and Description |
|---|---|
int |
batchInsert(List<CmAttachment> list) |
int |
deleteByPrimaryKey(String id) |
int |
deleteByRelated(String relatedType,
String relatedId) |
int |
deleteByRelatedFileName(String relatedType,
String relatedId,
String fileName) |
int |
insert(CmAttachment record) |
int |
insertSelective(CmAttachment record) |
List<CmAttachment> |
selectByIds(List<String> ids) |
CmAttachment |
selectByPrimaryKey(String id) |
List<CmAttachment> |
selectByRelated(String relatedType,
String relatedId) |
int |
updateByPrimaryKey(CmAttachment record) |
int |
updateByPrimaryKeySelective(CmAttachment record) |
int deleteByPrimaryKey(String id)
int insert(CmAttachment record)
int insertSelective(CmAttachment record)
CmAttachment selectByPrimaryKey(String id)
int updateByPrimaryKeySelective(CmAttachment record)
int updateByPrimaryKey(CmAttachment record)
int batchInsert(@Param(value="list")
List<CmAttachment> list)
List<CmAttachment> selectByRelated(@Param(value="relatedType") String relatedType, @Param(value="relatedId") String relatedId)
List<CmAttachment> selectByIds(@Param(value="ids") List<String> ids)
int deleteByRelated(@Param(value="relatedType")
String relatedType,
@Param(value="relatedId")
String relatedId)
Copyright © 2025. All rights reserved.