Package org.camunda.bpm.engine.impl.db
Interface DbEntityLifecycleAware
-
- All Known Implementing Classes:
EverLivingJobEntity
,FilterEntity
,HistoricDetailVariableInstanceUpdateEntity
,HistoricVariableInstanceEntity
,JobEntity
,MessageEntity
,TimerEntity
,TypedValueField
,VariableInstanceEntity
public interface DbEntityLifecycleAware
Interface which can be implemented byDbEntities
which want to be aware of their lifecycle.- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
postLoad()
-