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 class
EverLivingJobEntity
JobEntity for ever living job, which can be rescheduled and executed again.class
FilterEntity
class
HistoricDetailVariableInstanceUpdateEntity
class
HistoricVariableInstanceEntity
class
JobEntity
Stub of the common parts of a Job.class
MessageEntity
NOTE: instances of Messge Entity should be created viaMessageJobDeclaration
.class
TimerEntity
class
VariableInstanceEntity
-
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 class
TypedValueField
A field what provide a typed version of a value.
-