Uses of Class
io.dataease.plugins.common.base.domain.SysLogExample
-
Packages that use SysLogExample Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SysLogExample in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper with parameters of type SysLogExample Modifier and Type Method Description longSysLogMapper. countByExample(SysLogExample example)intSysLogMapper. deleteByExample(SysLogExample example)List<SysLog>SysLogMapper. selectByExample(SysLogExample example)List<SysLogWithBLOBs>SysLogMapper. selectByExampleWithBLOBs(SysLogExample example)intSysLogMapper. updateByExample(SysLog record, SysLogExample example)intSysLogMapper. updateByExampleSelective(SysLogWithBLOBs record, SysLogExample example)intSysLogMapper. updateByExampleWithBLOBs(SysLogWithBLOBs record, SysLogExample example)
-