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