Uses of Interface
org.flowable.job.service.impl.persistence.entity.data.JobInfoDataManager
-
-
Uses of JobInfoDataManager in org.flowable.job.service.impl.persistence.entity
Classes in org.flowable.job.service.impl.persistence.entity with type parameters of type JobInfoDataManager Modifier and Type Class Description classJobInfoEntityManagerImpl<T extends JobInfoEntity,DM extends JobInfoDataManager<T>> -
Uses of JobInfoDataManager in org.flowable.job.service.impl.persistence.entity.data
Subinterfaces of JobInfoDataManager in org.flowable.job.service.impl.persistence.entity.data Modifier and Type Interface Description interfaceExternalWorkerJobDataManagerinterfaceHistoryJobDataManagerinterfaceJobDataManagerinterfaceTimerJobDataManager -
Uses of JobInfoDataManager in org.flowable.job.service.impl.persistence.entity.data.impl
Classes in org.flowable.job.service.impl.persistence.entity.data.impl that implement JobInfoDataManager Modifier and Type Class Description classMybatisExternalWorkerJobDataManagerclassMybatisHistoryJobDataManagerclassMybatisJobDataManagerclassMybatisTimerJobDataManager
-