Uses of Class
io.dataease.plugins.common.base.domain.FileContent
-
Packages that use FileContent Package Description io.dataease.plugins.common.base.mapper -
-
Uses of FileContent in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return FileContent Modifier and Type Method Description FileContentFileContentMapper. selectByPrimaryKey(String fileId)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type FileContent Modifier and Type Method Description List<FileContent>FileContentMapper. selectByExample(FileContentExample example)List<FileContent>FileContentMapper. selectByExampleWithBLOBs(FileContentExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type FileContent Modifier and Type Method Description intFileContentMapper. insert(FileContent record)intFileContentMapper. insertSelective(FileContent record)intFileContentMapper. updateByExample(FileContent record, FileContentExample example)intFileContentMapper. updateByExampleSelective(FileContent record, FileContentExample example)intFileContentMapper. updateByExampleWithBLOBs(FileContent record, FileContentExample example)intFileContentMapper. updateByPrimaryKeySelective(FileContent record)intFileContentMapper. updateByPrimaryKeyWithBLOBs(FileContent record)
-