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