Interface SysParamAssistMapper
-
public interface SysParamAssistMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcountByExample(SysParamAssistExample example)intdeleteByExample(SysParamAssistExample example)intdeleteByPrimaryKey(Long id)intinsert(SysParamAssist record)intinsertSelective(SysParamAssist record)List<SysParamAssist>selectByExample(SysParamAssistExample example)List<SysParamAssist>selectByExampleWithBLOBs(SysParamAssistExample example)SysParamAssistselectByPrimaryKey(Long id)intupdateByExample(SysParamAssist record, SysParamAssistExample example)intupdateByExampleSelective(SysParamAssist record, SysParamAssistExample example)intupdateByExampleWithBLOBs(SysParamAssist record, SysParamAssistExample example)intupdateByPrimaryKeySelective(SysParamAssist record)intupdateByPrimaryKeyWithBLOBs(SysParamAssist record)
-
-
-
Method Detail
-
countByExample
long countByExample(SysParamAssistExample example)
-
deleteByExample
int deleteByExample(SysParamAssistExample example)
-
deleteByPrimaryKey
int deleteByPrimaryKey(Long id)
-
insert
int insert(SysParamAssist record)
-
insertSelective
int insertSelective(SysParamAssist record)
-
selectByExampleWithBLOBs
List<SysParamAssist> selectByExampleWithBLOBs(SysParamAssistExample example)
-
selectByExample
List<SysParamAssist> selectByExample(SysParamAssistExample example)
-
selectByPrimaryKey
SysParamAssist selectByPrimaryKey(Long id)
-
updateByExampleSelective
int updateByExampleSelective(@Param("record") SysParamAssist record, @Param("example") SysParamAssistExample example)
-
updateByExampleWithBLOBs
int updateByExampleWithBLOBs(@Param("record") SysParamAssist record, @Param("example") SysParamAssistExample example)
-
updateByExample
int updateByExample(@Param("record") SysParamAssist record, @Param("example") SysParamAssistExample example)
-
updateByPrimaryKeySelective
int updateByPrimaryKeySelective(SysParamAssist record)
-
updateByPrimaryKeyWithBLOBs
int updateByPrimaryKeyWithBLOBs(SysParamAssist record)
-
-