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