public interface CmMetaDataDao
| Modifier and Type | Method and Description |
|---|---|
int |
batchInsert(List<CmMetaData> list) |
int |
deleteByPrimaryKey(Long fId) |
int |
deleteByRelatedIds(Integer relatedIdType,
List<String> list) |
int |
insert(CmMetaData record) |
int |
insertSelective(CmMetaData record) |
List<CmMetaData> |
selectByIds(List<Long> list) |
CmMetaData |
selectByPrimaryKey(Long fId) |
CmMetaData |
selectByRelatedId(Integer relatedIdType,
String relatedId) |
List<CmMetaData> |
selectByRelatedIds(Integer relatedIdType,
List<String> list) |
List<CmMetaData> |
selectByRelatedType(Integer relatedType) |
int |
updateByPrimaryKey(CmMetaData record) |
int |
updateByPrimaryKeySelective(CmMetaData record) |
int deleteByPrimaryKey(Long fId)
int insert(CmMetaData record)
int insertSelective(CmMetaData record)
CmMetaData selectByPrimaryKey(Long fId)
int updateByPrimaryKeySelective(CmMetaData record)
int updateByPrimaryKey(CmMetaData record)
List<CmMetaData> selectByIds(@Param(value="list") List<Long> list)
List<CmMetaData> selectByRelatedType(Integer relatedType)
List<CmMetaData> selectByRelatedIds(@Param(value="relatedIdType") Integer relatedIdType, @Param(value="list") List<String> list)
CmMetaData selectByRelatedId(@Param(value="relatedIdType") Integer relatedIdType, @Param(value="relatedId") String relatedId)
int deleteByRelatedIds(@Param(value="relatedIdType")
Integer relatedIdType,
@Param(value="list")
List<String> list)
int batchInsert(@Param(value="list")
List<CmMetaData> list)
Copyright © 2025. All rights reserved.