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