Uses of Class
io.dataease.plugins.common.base.domain.ChartGroup
-
Packages that use ChartGroup Package Description io.dataease.plugins.common.base.mapper -
-
Uses of ChartGroup in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return ChartGroup Modifier and Type Method Description ChartGroupChartGroupMapper. selectByPrimaryKey(String id)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type ChartGroup Modifier and Type Method Description List<ChartGroup>ChartGroupMapper. selectByExample(ChartGroupExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type ChartGroup Modifier and Type Method Description intChartGroupMapper. insert(ChartGroup record)intChartGroupMapper. insertSelective(ChartGroup record)intChartGroupMapper. updateByExample(ChartGroup record, ChartGroupExample example)intChartGroupMapper. updateByExampleSelective(ChartGroup record, ChartGroupExample example)intChartGroupMapper. updateByPrimaryKey(ChartGroup record)intChartGroupMapper. updateByPrimaryKeySelective(ChartGroup record)
-