public interface SystemParameterMapper
| 限定符和类型 | 方法和说明 |
|---|---|
long |
countByExample(SystemParameterExample example) |
int |
deleteByExample(SystemParameterExample example) |
int |
deleteByPrimaryKey(String paramKey) |
int |
insert(SystemParameter record) |
int |
insertSelective(SystemParameter record) |
List<SystemParameter> |
selectByExample(SystemParameterExample example) |
SystemParameter |
selectByPrimaryKey(String paramKey) |
int |
updateByExample(SystemParameter record,
SystemParameterExample example) |
int |
updateByExampleSelective(SystemParameter record,
SystemParameterExample example) |
int |
updateByPrimaryKey(SystemParameter record) |
int |
updateByPrimaryKeySelective(SystemParameter record) |
long countByExample(SystemParameterExample example)
int deleteByExample(SystemParameterExample example)
int deleteByPrimaryKey(String paramKey)
int insert(SystemParameter record)
int insertSelective(SystemParameter record)
List<SystemParameter> selectByExample(SystemParameterExample example)
SystemParameter selectByPrimaryKey(String paramKey)
int updateByExampleSelective(@Param(value="record")
SystemParameter record,
@Param(value="example")
SystemParameterExample example)
int updateByExample(@Param(value="record")
SystemParameter record,
@Param(value="example")
SystemParameterExample example)
int updateByPrimaryKeySelective(SystemParameter record)
int updateByPrimaryKey(SystemParameter record)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.