Uses of Interface
org.camunda.bpm.engine.impl.db.DbEntityLifecycleAware
-
Packages that use DbEntityLifecycleAware Package Description org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.impl.persistence.entity.util -
-
Uses of DbEntityLifecycleAware in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement DbEntityLifecycleAware Modifier and Type Class Description classEverLivingJobEntityJobEntity for ever living job, which can be rescheduled and executed again.classFilterEntityclassHistoricDetailVariableInstanceUpdateEntityclassHistoricVariableInstanceEntityclassJobEntityStub of the common parts of a Job.classMessageEntityNOTE: instances of Messge Entity should be created viaMessageJobDeclaration.classTimerEntityclassVariableInstanceEntity -
Uses of DbEntityLifecycleAware in org.camunda.bpm.engine.impl.persistence.entity.util
Classes in org.camunda.bpm.engine.impl.persistence.entity.util that implement DbEntityLifecycleAware Modifier and Type Class Description classTypedValueFieldA field what provide a typed version of a value.
-