public interface CmMaterialDao
| Modifier and Type | Method and Description |
|---|---|
int |
batchInsert(List<CmMaterial> list) |
int |
deleteByGroupId(String groupId) |
int |
deleteByIds(String[] ids) |
int |
deleteByPrimaryKey(String id) |
int |
insert(CmMaterial record) |
int |
insertSelective(CmMaterial record) |
List<CmMaterial> |
selectByGroupId(String groupId,
String keyword) |
List<CmMaterial> |
selectByIds(String groupId,
String[] subIds) |
CmMaterial |
selectByPrimaryKey(String id) |
Object |
selectContent(String id) |
List<String> |
selectIdByName(String groupId,
String name) |
List<CmMaterial> |
selectRoot() |
int |
updateByPrimaryKey(CmMaterial record) |
int |
updateByPrimaryKeySelective(CmMaterial record) |
int |
updateContent(String id,
Object content) |
int deleteByPrimaryKey(String id)
int insert(CmMaterial record)
int insertSelective(CmMaterial record)
CmMaterial selectByPrimaryKey(String id)
int updateByPrimaryKeySelective(CmMaterial record)
int updateByPrimaryKey(CmMaterial record)
int batchInsert(@Param(value="list")
List<CmMaterial> list)
List<CmMaterial> selectRoot()
List<CmMaterial> selectByGroupId(@Param(value="groupId") String groupId, @Param(value="keyword") String keyword)
List<CmMaterial> selectByIds(@Param(value="groupId") String groupId, @Param(value="subIds") String[] subIds)
List<String> selectIdByName(@Param(value="groupId") String groupId, @Param(value="name") String name)
int updateContent(@Param(value="id")
String id,
@Param(value="content")
Object content)
int deleteByGroupId(String groupId)
int deleteByIds(@Param(value="ids")
String[] ids)
Copyright © 2025. All rights reserved.