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