public interface ConfigParamsMapper
extends com.viontech.keliu.base.BaseMapper
| 限定符和类型 | 方法和说明 |
|---|---|
int |
countByExample(ConfigParamsExample example) |
int |
deleteByExample(ConfigParamsExample example) |
int |
deleteByPrimaryKey(Long id) |
int |
insert(ConfigParams record) |
int |
insertSelective(ConfigParams record) |
List<ConfigParams> |
selectByExample(ConfigParamsExample example) |
ConfigParams |
selectByPrimaryKey(Long id) |
int |
updateByExample(ConfigParams record,
ConfigParamsExample example) |
int |
updateByExampleSelective(ConfigParams record,
ConfigParamsExample example) |
int |
updateByPrimaryKey(ConfigParams record) |
int |
updateByPrimaryKeySelective(ConfigParams record) |
int countByExample(ConfigParamsExample example)
int deleteByExample(ConfigParamsExample example)
int deleteByPrimaryKey(Long id)
int insert(ConfigParams record)
int insertSelective(ConfigParams record)
List<ConfigParams> selectByExample(ConfigParamsExample example)
ConfigParams selectByPrimaryKey(Long id)
int updateByExampleSelective(@Param(value="record")
ConfigParams record,
@Param(value="example")
ConfigParamsExample example)
int updateByExample(@Param(value="record")
ConfigParams record,
@Param(value="example")
ConfigParamsExample example)
int updateByPrimaryKeySelective(ConfigParams record)
int updateByPrimaryKey(ConfigParams record)
Copyright © 2019. All rights reserved.