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