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