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