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