org.camunda.bpm.engine.impl.db
Interface DbEntityLifecycleAware

All Known Implementing Classes:
FilterEntity, HistoricDetailVariableInstanceUpdateEntity, HistoricVariableInstanceEntity, TypedValueField, VariableInstanceEntity

public interface DbEntityLifecycleAware

Interface which can be implemented by DbEntities which want to be aware of their lifecycle.

Author:
Daniel Meyer

Method Summary
 void postLoad()
           
 

Method Detail

postLoad

void postLoad()


Copyright © 2016 camunda services GmbH. All rights reserved.