Uses of Class
io.dataease.plugins.common.base.domain.DatasetTableTaskLogExample
-
Packages that use DatasetTableTaskLogExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of DatasetTableTaskLogExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type DatasetTableTaskLogExample Modifier and Type Method Description longDatasetTableTaskLogMapper. countByExample(DatasetTableTaskLogExample example)intDatasetTableTaskLogMapper. deleteByExample(DatasetTableTaskLogExample example)List<DatasetTableTaskLog>DatasetTableTaskLogMapper. selectByExample(DatasetTableTaskLogExample example)List<DatasetTableTaskLog>DatasetTableTaskLogMapper. selectByExampleWithBLOBs(DatasetTableTaskLogExample example)intDatasetTableTaskLogMapper. updateByExample(DatasetTableTaskLog record, DatasetTableTaskLogExample example)intDatasetTableTaskLogMapper. updateByExampleSelective(DatasetTableTaskLog record, DatasetTableTaskLogExample example)intDatasetTableTaskLogMapper. updateByExampleWithBLOBs(DatasetTableTaskLog record, DatasetTableTaskLogExample example)
-