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