public interface ChartSnapshotDao
| Modifier and Type | Method and Description |
|---|---|
int |
batchInsert(List<ChartSnapshot> list) |
void |
deleteByIds(List<Long> ids) |
int |
deleteByPrimaryKey(Long id) |
void |
deleteBySnapshotKey(String sceneId,
String snapshotKey) |
int |
insert(ChartSnapshot record) |
int |
insertSelective(ChartSnapshot record) |
List<ChartSnapshot> |
select(String sceneId,
String keyword) |
ChartSnapshot |
selectByPrimaryKey(Long id) |
ChartSnapshot |
selectBySnapshotKey(String sceneId,
String snapshotKey) |
Object |
selectMapShot(String sceneId,
String snapshotKey) |
Object |
selectSceneShot(String sceneId,
String snapshotKey) |
int |
updateByPrimaryKey(ChartSnapshot record) |
int |
updateByPrimaryKeySelective(ChartSnapshot record) |
int deleteByPrimaryKey(Long id)
int insert(ChartSnapshot record)
int insertSelective(ChartSnapshot record)
ChartSnapshot selectByPrimaryKey(Long id)
int updateByPrimaryKeySelective(ChartSnapshot record)
int updateByPrimaryKey(ChartSnapshot record)
int batchInsert(@Param(value="list")
List<ChartSnapshot> list)
List<ChartSnapshot> select(@Param(value="sceneId") String sceneId, @Param(value="keyword") String keyword)
ChartSnapshot selectBySnapshotKey(@Param(value="sceneId") String sceneId, @Param(value="snapshotKey") String snapshotKey)
Object selectSceneShot(@Param(value="sceneId") String sceneId, @Param(value="snapshotKey") String snapshotKey)
Object selectMapShot(@Param(value="sceneId") String sceneId, @Param(value="snapshotKey") String snapshotKey)
void deleteBySnapshotKey(@Param(value="sceneId")
String sceneId,
@Param(value="snapshotKey")
String snapshotKey)
Copyright © 2025. All rights reserved.