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