public interface ChartSceneDao
| Modifier and Type | Method and Description |
|---|---|
int |
deleteByIdList(List<String> list) |
int |
deleteByPrimaryKey(String id) |
int |
insert(ChartScene record) |
int |
insertSelective(ChartScene record) |
Integer |
queryMaxOrder(String pid) |
List<ChartScene> |
selectAll() |
List<ChartScene> |
selectByIds(List<String> ids) |
List<ChartScene> |
selectByName(String name,
Boolean isClass,
String pid) |
List<ChartScene> |
selectByPid(String pid) |
ChartScene |
selectByPrimaryKey(String id) |
List<ChartScene> |
selectByType(List<Integer> types) |
int |
updateByPrimaryKey(ChartScene record) |
int |
updateByPrimaryKeySelective(ChartScene record) |
int |
updateOrderAndPid(String id,
Integer order,
String pid) |
int |
updateOrderByPrimaryKey(String id,
Integer order) |
int deleteByPrimaryKey(String id)
int insert(ChartScene record)
int insertSelective(ChartScene record)
ChartScene selectByPrimaryKey(String id)
int updateByPrimaryKeySelective(ChartScene record)
int updateByPrimaryKey(ChartScene record)
List<ChartScene> selectAll()
List<ChartScene> selectByType(@Param(value="types") List<Integer> types)
List<ChartScene> selectByName(@Param(value="name") String name, @Param(value="isClass") Boolean isClass, @Param(value="pid") String pid)
List<ChartScene> selectByIds(@Param(value="ids") List<String> ids)
List<ChartScene> selectByPid(@Param(value="pid") String pid)
int updateOrderByPrimaryKey(@Param(value="id")
String id,
@Param(value="order")
Integer order)
int updateOrderAndPid(@Param(value="id")
String id,
@Param(value="order")
Integer order,
@Param(value="pid")
String pid)
Copyright © 2025. All rights reserved.