Uses of Class
io.dataease.plugins.common.base.domain.ChartView
-
Packages that use ChartView Package Description io.dataease.plugins.common.base.domain io.dataease.plugins.common.base.mapper io.dataease.plugins.common.dto.chart -
-
Uses of ChartView in io.dataease.plugins.common.base.domain
Subclasses of ChartView in io.dataease.plugins.common.base.domain Modifier and Type Class Description classChartViewWithBLOBs -
Uses of ChartView in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type ChartView Modifier and Type Method Description List<ChartView>ChartViewMapper. selectByExample(ChartViewExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type ChartView Modifier and Type Method Description intChartViewMapper. updateByExample(ChartView record, ChartViewExample example)intChartViewMapper. updateByPrimaryKey(ChartView record) -
Uses of ChartView in io.dataease.plugins.common.dto.chart
Subclasses of ChartView in io.dataease.plugins.common.dto.chart Modifier and Type Class Description classChartViewDTO
-