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