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