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