Uses of Class
io.dataease.plugins.common.base.domain.DatasetSqlLogExample
-
Packages that use DatasetSqlLogExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of DatasetSqlLogExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type DatasetSqlLogExample Modifier and Type Method Description longDatasetSqlLogMapper. countByExample(DatasetSqlLogExample example)intDatasetSqlLogMapper. deleteByExample(DatasetSqlLogExample example)List<DatasetSqlLog>DatasetSqlLogMapper. selectByExample(DatasetSqlLogExample example)intDatasetSqlLogMapper. updateByExample(DatasetSqlLog record, DatasetSqlLogExample example)intDatasetSqlLogMapper. updateByExampleSelective(DatasetSqlLog record, DatasetSqlLogExample example)
-