Interface FileContentMapper
-
public interface FileContentMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcountByExample(FileContentExample example)intdeleteByExample(FileContentExample example)intdeleteByPrimaryKey(String fileId)intinsert(FileContent record)intinsertSelective(FileContent record)List<FileContent>selectByExample(FileContentExample example)List<FileContent>selectByExampleWithBLOBs(FileContentExample example)FileContentselectByPrimaryKey(String fileId)intupdateByExample(FileContent record, FileContentExample example)intupdateByExampleSelective(FileContent record, FileContentExample example)intupdateByExampleWithBLOBs(FileContent record, FileContentExample example)intupdateByPrimaryKeySelective(FileContent record)intupdateByPrimaryKeyWithBLOBs(FileContent record)
-
-
-
Method Detail
-
countByExample
long countByExample(FileContentExample example)
-
deleteByExample
int deleteByExample(FileContentExample example)
-
deleteByPrimaryKey
int deleteByPrimaryKey(String fileId)
-
insert
int insert(FileContent record)
-
insertSelective
int insertSelective(FileContent record)
-
selectByExampleWithBLOBs
List<FileContent> selectByExampleWithBLOBs(FileContentExample example)
-
selectByExample
List<FileContent> selectByExample(FileContentExample example)
-
selectByPrimaryKey
FileContent selectByPrimaryKey(String fileId)
-
updateByExampleSelective
int updateByExampleSelective(@Param("record") FileContent record, @Param("example") FileContentExample example)
-
updateByExampleWithBLOBs
int updateByExampleWithBLOBs(@Param("record") FileContent record, @Param("example") FileContentExample example)
-
updateByExample
int updateByExample(@Param("record") FileContent record, @Param("example") FileContentExample example)
-
updateByPrimaryKeySelective
int updateByPrimaryKeySelective(FileContent record)
-
updateByPrimaryKeyWithBLOBs
int updateByPrimaryKeyWithBLOBs(FileContent record)
-
-