Uses of Class
io.dataease.plugins.common.base.domain.DatasetTableTask
-
Packages that use DatasetTableTask Package Description io.dataease.plugins.common.base.mapper -
-
Uses of DatasetTableTask in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return DatasetTableTask Modifier and Type Method Description DatasetTableTaskDatasetTableTaskMapper. selectByPrimaryKey(String id)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type DatasetTableTask Modifier and Type Method Description List<DatasetTableTask>DatasetTableTaskMapper. selectByExample(DatasetTableTaskExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type DatasetTableTask Modifier and Type Method Description intDatasetTableTaskMapper. insert(DatasetTableTask record)intDatasetTableTaskMapper. insertSelective(DatasetTableTask record)intDatasetTableTaskMapper. updateByExample(DatasetTableTask record, DatasetTableTaskExample example)intDatasetTableTaskMapper. updateByExampleSelective(DatasetTableTask record, DatasetTableTaskExample example)intDatasetTableTaskMapper. updateByPrimaryKey(DatasetTableTask record)intDatasetTableTaskMapper. updateByPrimaryKeySelective(DatasetTableTask record)
-