Uses of Class
io.dataease.plugins.common.base.domain.ChartViewCacheWithBLOBs
-
Packages that use ChartViewCacheWithBLOBs Package Description io.dataease.plugins.common.base.mapper -
-
Uses of ChartViewCacheWithBLOBs in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return ChartViewCacheWithBLOBs Modifier and Type Method Description ChartViewCacheWithBLOBsChartViewCacheMapper. selectByPrimaryKey(String id)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type ChartViewCacheWithBLOBs Modifier and Type Method Description List<ChartViewCacheWithBLOBs>ChartViewCacheMapper. selectByExampleWithBLOBs(ChartViewCacheExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type ChartViewCacheWithBLOBs Modifier and Type Method Description intChartViewCacheMapper. insert(ChartViewCacheWithBLOBs record)intChartViewCacheMapper. insertSelective(ChartViewCacheWithBLOBs record)intChartViewCacheMapper. updateByExampleSelective(ChartViewCacheWithBLOBs record, ChartViewCacheExample example)intChartViewCacheMapper. updateByExampleWithBLOBs(ChartViewCacheWithBLOBs record, ChartViewCacheExample example)intChartViewCacheMapper. updateByPrimaryKeySelective(ChartViewCacheWithBLOBs record)intChartViewCacheMapper. updateByPrimaryKeyWithBLOBs(ChartViewCacheWithBLOBs record)
-