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