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