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