Uses of Class
io.dataease.plugins.common.base.domain.ChartViewCache
-
Packages that use ChartViewCache Package Description io.dataease.plugins.common.base.domain io.dataease.plugins.common.base.mapper -
-
Uses of ChartViewCache in io.dataease.plugins.common.base.domain
Subclasses of ChartViewCache in io.dataease.plugins.common.base.domain Modifier and Type Class Description classChartViewCacheWithBLOBs -
Uses of ChartViewCache in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type ChartViewCache Modifier and Type Method Description List<ChartViewCache>ChartViewCacheMapper. selectByExample(ChartViewCacheExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type ChartViewCache Modifier and Type Method Description intChartViewCacheMapper. updateByExample(ChartViewCache record, ChartViewCacheExample example)intChartViewCacheMapper. updateByPrimaryKey(ChartViewCache record)
-