Class ObjectReferenceChangeRecord

    • Field Detail

      • newValue

        protected ObjectChangeSet newValue
        This is the object change set that the attribute points to.
      • oldValue

        protected transient Object oldValue
        A reference to the old value must also be stored. This is only required for the commit and must never be serialized.
    • Constructor Detail

      • ObjectReferenceChangeRecord

        public ObjectReferenceChangeRecord()
        INTERNAL: This default constructor.
      • ObjectReferenceChangeRecord

        public ObjectReferenceChangeRecord​(ObjectChangeSet owner)
        INTERNAL: This Constructor is used to create an ObjectReferenceChangeRecord With an owner