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