Uses of Class
io.dataease.plugins.common.base.domain.SysLogWithBLOBs
-
Packages that use SysLogWithBLOBs Package Description io.dataease.plugins.common.base.mapper -
-
Uses of SysLogWithBLOBs in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return SysLogWithBLOBs Modifier and Type Method Description SysLogWithBLOBsSysLogMapper. selectByPrimaryKey(Long id)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type SysLogWithBLOBs Modifier and Type Method Description List<SysLogWithBLOBs>SysLogMapper. selectByExampleWithBLOBs(SysLogExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type SysLogWithBLOBs Modifier and Type Method Description intSysLogMapper. insert(SysLogWithBLOBs record)intSysLogMapper. insertSelective(SysLogWithBLOBs record)intSysLogMapper. updateByExampleSelective(SysLogWithBLOBs record, SysLogExample example)intSysLogMapper. updateByExampleWithBLOBs(SysLogWithBLOBs record, SysLogExample example)intSysLogMapper. updateByPrimaryKeySelective(SysLogWithBLOBs record)intSysLogMapper. updateByPrimaryKeyWithBLOBs(SysLogWithBLOBs record)
-