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