Package org.flowable.job.service.impl.persistence.entity
package org.flowable.job.service.impl.persistence.entity
-
ClassDescriptionAbstract job entity class.Suspended jobs are stored separately to increase the normal job query performanceDeadLetterJob entity, necessary for persistence.Represents an external job.
EntityManager
responsible for theExternalWorkerJobEntity
class.History Job entity.EntityManager
responsible for theHistoryJobEntity
class.Represents an async job: a piece of logic that needs to be executed asynchronously.Job entity.EntityManager
responsible for theJobEntity
class.JobInfoEntityManager<T extends JobInfoEntity>Suspended jobs are stored separately to increase the normal job query performanceTimerJob entity, necessary for persistence.Stub of the common parts of a timer job.TimerJob entity, necessary for persistence.EntityManager
responsible forTimerJobEntity
instances.