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