@Repository
public interface HfmdEntityRelMapper
| Modifier and Type | Method and Description |
|---|---|
int |
countByExample(HfmdEntityRel_Example example) |
int |
deleteByExample(HfmdEntityRel_Example example) |
int |
deleteByPrimaryKey(Long hfmdEntityRelId) |
int |
insert(HfmdEntityRel record) |
int |
insertSelective(HfmdEntityRel record) |
List<HfmdEntityRel> |
selectByExample(HfmdEntityRel_Example example) |
HfmdEntityRel |
selectByPrimaryKey(Long hfmdEntityRelId) |
int |
updateByExample(HfmdEntityRel record,
HfmdEntityRel_Example example) |
int |
updateByExampleSelective(HfmdEntityRel record,
HfmdEntityRel_Example example) |
int |
updateByPrimaryKey(HfmdEntityRel record) |
int |
updateByPrimaryKeySelective(HfmdEntityRel record) |
int countByExample(HfmdEntityRel_Example example)
int deleteByExample(HfmdEntityRel_Example example)
int deleteByPrimaryKey(Long hfmdEntityRelId)
int insert(HfmdEntityRel record)
int insertSelective(HfmdEntityRel record)
List<HfmdEntityRel> selectByExample(HfmdEntityRel_Example example)
HfmdEntityRel selectByPrimaryKey(Long hfmdEntityRelId)
int updateByExampleSelective(HfmdEntityRel record, HfmdEntityRel_Example example)
int updateByExample(HfmdEntityRel record, HfmdEntityRel_Example example)
int updateByPrimaryKeySelective(HfmdEntityRel record)
int updateByPrimaryKey(HfmdEntityRel record)
Copyright © 2018. All rights reserved.