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