If the given transaction has modified the object with the given object id, this function returns the modified object. Otherwise it returns nil.
(defgeneric transaction-changed-object (transaction object-id)
(:documentation
"If the given transaction has modified the object with the given
object id, this function returns the modified object. Otherwise it
returns nil."))
Source Context