Uses of Class
io.dataease.plugins.common.base.domain.ChartViewExample
-
Packages that use ChartViewExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of ChartViewExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type ChartViewExample Modifier and Type Method Description longChartViewMapper. countByExample(ChartViewExample example)intChartViewMapper. deleteByExample(ChartViewExample example)List<ChartView>ChartViewMapper. selectByExample(ChartViewExample example)List<ChartViewWithBLOBs>ChartViewMapper. selectByExampleWithBLOBs(ChartViewExample example)intChartViewMapper. updateByExample(ChartView record, ChartViewExample example)intChartViewMapper. updateByExampleSelective(ChartViewWithBLOBs record, ChartViewExample example)intChartViewMapper. updateByExampleWithBLOBs(ChartViewWithBLOBs record, ChartViewExample example)
-