Interface SystemParameterMapper
-
public interface SystemParameterMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcountByExample(SystemParameterExample example)intdeleteByExample(SystemParameterExample example)intdeleteByPrimaryKey(String paramKey)intinsert(SystemParameter record)intinsertSelective(SystemParameter record)List<SystemParameter>selectByExample(SystemParameterExample example)SystemParameterselectByPrimaryKey(String paramKey)intupdateByExample(SystemParameter record, SystemParameterExample example)intupdateByExampleSelective(SystemParameter record, SystemParameterExample example)intupdateByPrimaryKey(SystemParameter record)intupdateByPrimaryKeySelective(SystemParameter record)
-
-
-
Method Detail
-
countByExample
long countByExample(SystemParameterExample example)
-
deleteByExample
int deleteByExample(SystemParameterExample example)
-
deleteByPrimaryKey
int deleteByPrimaryKey(String paramKey)
-
insert
int insert(SystemParameter record)
-
insertSelective
int insertSelective(SystemParameter record)
-
selectByExample
List<SystemParameter> selectByExample(SystemParameterExample example)
-
selectByPrimaryKey
SystemParameter selectByPrimaryKey(String paramKey)
-
updateByExampleSelective
int updateByExampleSelective(@Param("record") SystemParameter record, @Param("example") SystemParameterExample example)
-
updateByExample
int updateByExample(@Param("record") SystemParameter record, @Param("example") SystemParameterExample example)
-
updateByPrimaryKeySelective
int updateByPrimaryKeySelective(SystemParameter record)
-
updateByPrimaryKey
int updateByPrimaryKey(SystemParameter record)
-
-