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