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