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