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