public interface HeatmapDataRawMapper
extends com.viontech.keliu.base.BaseMapper
| 限定符和类型 | 方法和说明 |
|---|---|
int |
countByExample(HeatmapDataRawExample example) |
int |
deleteByExample(HeatmapDataRawExample example) |
int |
deleteByPrimaryKey(Long id) |
int |
insert(HeatmapDataRaw record) |
int |
insertSelective(HeatmapDataRaw record) |
List<HeatmapDataRaw> |
selectByExample(HeatmapDataRawExample example) |
HeatmapDataRaw |
selectByPrimaryKey(Long id) |
int |
updateByExample(HeatmapDataRaw record,
HeatmapDataRawExample example) |
int |
updateByExampleSelective(HeatmapDataRaw record,
HeatmapDataRawExample example) |
int |
updateByPrimaryKey(HeatmapDataRaw record) |
int |
updateByPrimaryKeySelective(HeatmapDataRaw record) |
int countByExample(HeatmapDataRawExample example)
int deleteByExample(HeatmapDataRawExample example)
int deleteByPrimaryKey(Long id)
int insert(HeatmapDataRaw record)
int insertSelective(HeatmapDataRaw record)
List<HeatmapDataRaw> selectByExample(HeatmapDataRawExample example)
HeatmapDataRaw selectByPrimaryKey(Long id)
int updateByExampleSelective(@Param(value="record")
HeatmapDataRaw record,
@Param(value="example")
HeatmapDataRawExample example)
int updateByExample(@Param(value="record")
HeatmapDataRaw record,
@Param(value="example")
HeatmapDataRawExample example)
int updateByPrimaryKeySelective(HeatmapDataRaw record)
int updateByPrimaryKey(HeatmapDataRaw record)
Copyright © 2019. All rights reserved.