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