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