Uses of Class
io.dataease.plugins.common.base.domain.SysBackgroundImageExample
-
Packages that use SysBackgroundImageExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SysBackgroundImageExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type SysBackgroundImageExample Modifier and Type Method Description longSysBackgroundImageMapper. countByExample(SysBackgroundImageExample example)intSysBackgroundImageMapper. deleteByExample(SysBackgroundImageExample example)List<SysBackgroundImage>SysBackgroundImageMapper. selectByExample(SysBackgroundImageExample example)List<SysBackgroundImage>SysBackgroundImageMapper. selectByExampleWithBLOBs(SysBackgroundImageExample example)intSysBackgroundImageMapper. updateByExample(SysBackgroundImage record, SysBackgroundImageExample example)intSysBackgroundImageMapper. updateByExampleSelective(SysBackgroundImage record, SysBackgroundImageExample example)intSysBackgroundImageMapper. updateByExampleWithBLOBs(SysBackgroundImage record, SysBackgroundImageExample example)
-