Uses of Class
io.dataease.plugins.common.base.domain.DatasetTableExample
-
Packages that use DatasetTableExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of DatasetTableExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type DatasetTableExample Modifier and Type Method Description longDatasetTableMapper. countByExample(DatasetTableExample example)intDatasetTableMapper. deleteByExample(DatasetTableExample example)List<DatasetTable>DatasetTableMapper. selectByExample(DatasetTableExample example)intDatasetTableMapper. updateByExample(DatasetTable record, DatasetTableExample example)intDatasetTableMapper. updateByExampleSelective(DatasetTable record, DatasetTableExample example)
-