Uses of Class
io.dataease.plugins.common.base.domain.QrtzSchedulerState
-
Packages that use QrtzSchedulerState Package Description io.dataease.plugins.common.base.mapper -
-
Uses of QrtzSchedulerState in io.dataease.plugins.common.base.mapper
Methods in io.dataease.plugins.common.base.mapper that return QrtzSchedulerState Modifier and Type Method Description QrtzSchedulerStateQrtzSchedulerStateMapper. selectByPrimaryKey(QrtzSchedulerStateKey key)Methods in io.dataease.plugins.common.base.mapper that return types with arguments of type QrtzSchedulerState Modifier and Type Method Description List<QrtzSchedulerState>QrtzSchedulerStateMapper. selectByExample(QrtzSchedulerStateExample example)Methods in io.dataease.plugins.common.base.mapper with parameters of type QrtzSchedulerState Modifier and Type Method Description intQrtzSchedulerStateMapper. insert(QrtzSchedulerState record)intQrtzSchedulerStateMapper. insertSelective(QrtzSchedulerState record)intQrtzSchedulerStateMapper. updateByExample(QrtzSchedulerState record, QrtzSchedulerStateExample example)intQrtzSchedulerStateMapper. updateByExampleSelective(QrtzSchedulerState record, QrtzSchedulerStateExample example)intQrtzSchedulerStateMapper. updateByPrimaryKey(QrtzSchedulerState record)intQrtzSchedulerStateMapper. updateByPrimaryKeySelective(QrtzSchedulerState record)
-