Uses of Class
io.dataease.plugins.common.base.domain.PanelGroupExample
-
Packages that use PanelGroupExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of PanelGroupExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type PanelGroupExample Modifier and Type Method Description longPanelGroupMapper. countByExample(PanelGroupExample example)intPanelGroupMapper. deleteByExample(PanelGroupExample example)List<PanelGroup>PanelGroupMapper. selectByExample(PanelGroupExample example)List<PanelGroupWithBLOBs>PanelGroupMapper. selectByExampleWithBLOBs(PanelGroupExample example)intPanelGroupMapper. updateByExample(PanelGroup record, PanelGroupExample example)intPanelGroupMapper. updateByExampleSelective(PanelGroupWithBLOBs record, PanelGroupExample example)intPanelGroupMapper. updateByExampleWithBLOBs(PanelGroupWithBLOBs record, PanelGroupExample example)
-