Uses of Class
io.dataease.plugins.common.base.domain.ChartViewFieldExample
-
Packages that use ChartViewFieldExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of ChartViewFieldExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type ChartViewFieldExample Modifier and Type Method Description longChartViewFieldMapper. countByExample(ChartViewFieldExample example)intChartViewFieldMapper. deleteByExample(ChartViewFieldExample example)List<ChartViewField>ChartViewFieldMapper. selectByExample(ChartViewFieldExample example)List<ChartViewField>ChartViewFieldMapper. selectByExampleWithBLOBs(ChartViewFieldExample example)intChartViewFieldMapper. updateByExample(ChartViewField record, ChartViewFieldExample example)intChartViewFieldMapper. updateByExampleSelective(ChartViewField record, ChartViewFieldExample example)intChartViewFieldMapper. updateByExampleWithBLOBs(ChartViewField record, ChartViewFieldExample example)
-