Class CachedDataObjectInstanceVariableContainer

java.lang.Object
com.flowable.dataobject.engine.impl.persistence.entity.CachedDataObjectInstanceVariableContainer

public class CachedDataObjectInstanceVariableContainer extends Object
  • Field Details

    • entity

      The actual Entity instance.
    • originalPersistentState

      protected Object originalPersistentState
      Represents the 'persistence state' at the moment this CachedEntity instance was created. It is used later on to determine if a Entity has been updated, by comparing the 'persistent state' at that moment with this instance here.
  • Constructor Details

  • Method Details