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