Class MybatisSuspendedJobDataManager

java.lang.Object
org.flowable.common.engine.impl.db.AbstractDataManager<SuspendedJobEntity>
org.flowable.job.service.impl.persistence.entity.data.impl.MybatisSuspendedJobDataManager
All Implemented Interfaces:
DataManager<SuspendedJobEntity>, SuspendedJobDataManager

public class MybatisSuspendedJobDataManager extends AbstractDataManager<SuspendedJobEntity> implements SuspendedJobDataManager
Author:
Tijs Rademakers