public interface FileContentMapper
| 限定符和类型 | 方法和说明 |
|---|---|
long |
countByExample(FileContentExample example) |
int |
deleteByExample(FileContentExample example) |
int |
deleteByPrimaryKey(String fileId) |
int |
insert(FileContent record) |
int |
insertSelective(FileContent record) |
List<FileContent> |
selectByExample(FileContentExample example) |
List<FileContent> |
selectByExampleWithBLOBs(FileContentExample example) |
FileContent |
selectByPrimaryKey(String fileId) |
int |
updateByExample(FileContent record,
FileContentExample example) |
int |
updateByExampleSelective(FileContent record,
FileContentExample example) |
int |
updateByExampleWithBLOBs(FileContent record,
FileContentExample example) |
int |
updateByPrimaryKeySelective(FileContent record) |
int |
updateByPrimaryKeyWithBLOBs(FileContent record) |
long countByExample(FileContentExample example)
int deleteByExample(FileContentExample example)
int deleteByPrimaryKey(String fileId)
int insert(FileContent record)
int insertSelective(FileContent record)
List<FileContent> selectByExampleWithBLOBs(FileContentExample example)
List<FileContent> selectByExample(FileContentExample example)
FileContent selectByPrimaryKey(String fileId)
int updateByExampleSelective(@Param(value="record")
FileContent record,
@Param(value="example")
FileContentExample example)
int updateByExampleWithBLOBs(@Param(value="record")
FileContent record,
@Param(value="example")
FileContentExample example)
int updateByExample(@Param(value="record")
FileContent record,
@Param(value="example")
FileContentExample example)
int updateByPrimaryKeySelective(FileContent record)
int updateByPrimaryKeyWithBLOBs(FileContent record)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.