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