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