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