Uses of Class
io.dataease.plugins.common.base.domain.SysBackgroundImage
-
Packages that use SysBackgroundImage Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SysBackgroundImage in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return SysBackgroundImage Modifier and Type Method Description SysBackgroundImageSysBackgroundImageMapper. selectByPrimaryKey(String id)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type SysBackgroundImage Modifier and Type Method Description List<SysBackgroundImage>SysBackgroundImageMapper. selectByExample(SysBackgroundImageExample example)List<SysBackgroundImage>SysBackgroundImageMapper. selectByExampleWithBLOBs(SysBackgroundImageExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type SysBackgroundImage Modifier and Type Method Description intSysBackgroundImageMapper. insert(SysBackgroundImage record)intSysBackgroundImageMapper. insertSelective(SysBackgroundImage record)intSysBackgroundImageMapper. updateByExample(SysBackgroundImage record, SysBackgroundImageExample example)intSysBackgroundImageMapper. updateByExampleSelective(SysBackgroundImage record, SysBackgroundImageExample example)intSysBackgroundImageMapper. updateByExampleWithBLOBs(SysBackgroundImage record, SysBackgroundImageExample example)intSysBackgroundImageMapper. updateByPrimaryKey(SysBackgroundImage record)intSysBackgroundImageMapper. updateByPrimaryKeySelective(SysBackgroundImage record)intSysBackgroundImageMapper. updateByPrimaryKeyWithBLOBs(SysBackgroundImage record)
-