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