Uses of Class
io.dataease.plugins.common.base.domain.DatasetTableTaskLog
-
Packages that use DatasetTableTaskLog Package Description io.dataease.plugins.common.base.mapper -
-
Uses of DatasetTableTaskLog in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return DatasetTableTaskLog Modifier and Type Method Description DatasetTableTaskLogDatasetTableTaskLogMapper. selectByPrimaryKey(String id)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type DatasetTableTaskLog Modifier and Type Method Description List<DatasetTableTaskLog>DatasetTableTaskLogMapper. selectByExample(DatasetTableTaskLogExample example)List<DatasetTableTaskLog>DatasetTableTaskLogMapper. selectByExampleWithBLOBs(DatasetTableTaskLogExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type DatasetTableTaskLog Modifier and Type Method Description intDatasetTableTaskLogMapper. insert(DatasetTableTaskLog record)intDatasetTableTaskLogMapper. insertSelective(DatasetTableTaskLog record)intDatasetTableTaskLogMapper. updateByExample(DatasetTableTaskLog record, DatasetTableTaskLogExample example)intDatasetTableTaskLogMapper. updateByExampleSelective(DatasetTableTaskLog record, DatasetTableTaskLogExample example)intDatasetTableTaskLogMapper. updateByExampleWithBLOBs(DatasetTableTaskLog record, DatasetTableTaskLogExample example)intDatasetTableTaskLogMapper. updateByPrimaryKey(DatasetTableTaskLog record)intDatasetTableTaskLogMapper. updateByPrimaryKeySelective(DatasetTableTaskLog record)intDatasetTableTaskLogMapper. updateByPrimaryKeyWithBLOBs(DatasetTableTaskLog record)
-