Class CachedDataObjectInstanceVariableContainer
java.lang.Object
com.flowable.dataobject.engine.impl.persistence.entity.CachedDataObjectInstanceVariableContainer
-
Field Summary
Modifier and TypeFieldDescriptionprotected DataObjectInstanceVariableContainerImpl
The actualEntity
instance.protected Object
Represents the 'persistence state' at the moment thisCachedEntity
instance was created. -
Constructor Summary
ConstructorDescriptionCachedDataObjectInstanceVariableContainer
(DataObjectInstanceVariableContainerImpl entity, boolean storeState) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
void
setOriginalPersistentState
(Object originalPersistentState)
-
Field Details
-
entity
The actualEntity
instance. -
originalPersistentState
Represents the 'persistence state' at the moment thisCachedEntity
instance was created. It is used later on to determine if aEntity
has been updated, by comparing the 'persistent state' at that moment with this instance here.
-
-
Constructor Details
-
CachedDataObjectInstanceVariableContainer
public CachedDataObjectInstanceVariableContainer(DataObjectInstanceVariableContainerImpl entity, boolean storeState)
-
-
Method Details
-
getEntity
-
setEntity
-
getOriginalPersistentState
-
setOriginalPersistentState
-
hasChanged
public boolean hasChanged()
-