Uses of Class
io.dataease.plugins.common.base.domain.DatasetGroupExample
-
Packages that use DatasetGroupExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of DatasetGroupExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type DatasetGroupExample Modifier and Type Method Description longDatasetGroupMapper. countByExample(DatasetGroupExample example)intDatasetGroupMapper. deleteByExample(DatasetGroupExample example)List<DatasetGroup>DatasetGroupMapper. selectByExample(DatasetGroupExample example)intDatasetGroupMapper. updateByExample(DatasetGroup record, DatasetGroupExample example)intDatasetGroupMapper. updateByExampleSelective(DatasetGroup record, DatasetGroupExample example)
-