Interface DbEntityLifecycleAware

All Known Implementing Classes:
EverLivingJobEntity, FilterEntity, HistoricDetailVariableInstanceUpdateEntity, HistoricVariableInstanceEntity, JobEntity, MessageEntity, TimerEntity, 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

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • postLoad

      void postLoad()