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