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