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