Uses of Class
io.dataease.plugins.common.base.domain.PanelSubjectExample
-
Packages that use PanelSubjectExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of PanelSubjectExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type PanelSubjectExample Modifier and Type Method Description longPanelSubjectMapper. countByExample(PanelSubjectExample example)intPanelSubjectMapper. deleteByExample(PanelSubjectExample example)List<PanelSubject>PanelSubjectMapper. selectByExample(PanelSubjectExample example)List<PanelSubject>PanelSubjectMapper. selectByExampleWithBLOBs(PanelSubjectExample example)intPanelSubjectMapper. updateByExample(PanelSubject record, PanelSubjectExample example)intPanelSubjectMapper. updateByExampleSelective(PanelSubject record, PanelSubjectExample example)intPanelSubjectMapper. updateByExampleWithBLOBs(PanelSubject record, PanelSubjectExample example)
-