Uses of Class
io.dataease.plugins.common.base.domain.ChartViewField
-
Packages that use ChartViewField Package Description io.dataease.plugins.common.base.mapper -
-
Uses of ChartViewField in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return ChartViewField Modifier and Type Method Description ChartViewFieldChartViewFieldMapper. selectByPrimaryKey(String id)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type ChartViewField Modifier and Type Method Description List<ChartViewField>ChartViewFieldMapper. selectByExample(ChartViewFieldExample example)List<ChartViewField>ChartViewFieldMapper. selectByExampleWithBLOBs(ChartViewFieldExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type ChartViewField Modifier and Type Method Description intChartViewFieldMapper. insert(ChartViewField record)intChartViewFieldMapper. insertSelective(ChartViewField record)intChartViewFieldMapper. updateByExample(ChartViewField record, ChartViewFieldExample example)intChartViewFieldMapper. updateByExampleSelective(ChartViewField record, ChartViewFieldExample example)intChartViewFieldMapper. updateByExampleWithBLOBs(ChartViewField record, ChartViewFieldExample example)intChartViewFieldMapper. updateByPrimaryKey(ChartViewField record)intChartViewFieldMapper. updateByPrimaryKeySelective(ChartViewField record)intChartViewFieldMapper. updateByPrimaryKeyWithBLOBs(ChartViewField record)
-