Class CachedDataObjectInstanceVariableContainer
java.lang.Object
com.flowable.dataobject.engine.impl.persistence.entity.CachedDataObjectInstanceVariableContainer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DataObjectInstanceVariableContainerImplThe actualEntityinstance.protected ObjectRepresents the 'persistence state' at the moment thisCachedEntityinstance was created. -
Constructor Summary
ConstructorsConstructorDescriptionCachedDataObjectInstanceVariableContainer(DataObjectInstanceVariableContainerImpl entity, boolean storeState) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidvoidsetOriginalPersistentState(Object originalPersistentState)
-
Field Details
-
entity
The actualEntityinstance. -
originalPersistentState
Represents the 'persistence state' at the moment thisCachedEntityinstance was created. It is used later on to determine if aEntityhas 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()
-