Uses of Class
io.dataease.plugins.common.base.domain.ChartViewWithBLOBs
-
Packages that use ChartViewWithBLOBs Package Description io.dataease.plugins.common.base.mapper io.dataease.plugins.common.dto.chart -
-
Uses of ChartViewWithBLOBs in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return ChartViewWithBLOBs Modifier and Type Method Description ChartViewWithBLOBsChartViewMapper. selectByPrimaryKey(String id)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type ChartViewWithBLOBs Modifier and Type Method Description List<ChartViewWithBLOBs>ChartViewMapper. selectByExampleWithBLOBs(ChartViewExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type ChartViewWithBLOBs Modifier and Type Method Description intChartViewMapper. insert(ChartViewWithBLOBs record)intChartViewMapper. insertSelective(ChartViewWithBLOBs record)intChartViewMapper. updateByExampleSelective(ChartViewWithBLOBs record, ChartViewExample example)intChartViewMapper. updateByExampleWithBLOBs(ChartViewWithBLOBs record, ChartViewExample example)intChartViewMapper. updateByPrimaryKeySelective(ChartViewWithBLOBs record)intChartViewMapper. updateByPrimaryKeyWithBLOBs(ChartViewWithBLOBs record) -
Uses of ChartViewWithBLOBs in io.dataease.plugins.common.dto.chart
Subclasses of ChartViewWithBLOBs in io.dataease.plugins.common.dto.chart Modifier and Type Class Description classChartViewDTO
-