Class CachedDataObjectInstanceVariableContainer


  • public class CachedDataObjectInstanceVariableContainer
    extends java.lang.Object
    • Field Detail

      • originalPersistentState

        protected java.lang.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.