Uses of Class
io.dataease.plugins.common.base.domain.PanelViewExample
-
Packages that use PanelViewExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of PanelViewExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type PanelViewExample Modifier and Type Method Description longPanelViewMapper. countByExample(PanelViewExample example)intPanelViewMapper. deleteByExample(PanelViewExample example)List<PanelView>PanelViewMapper. selectByExample(PanelViewExample example)List<PanelView>PanelViewMapper. selectByExampleWithBLOBs(PanelViewExample example)intPanelViewMapper. updateByExample(PanelView record, PanelViewExample example)intPanelViewMapper. updateByExampleSelective(PanelView record, PanelViewExample example)intPanelViewMapper. updateByExampleWithBLOBs(PanelView record, PanelViewExample example)
-