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