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