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