Transaction tracing enables you to capture information about persistent objects that have been updated, created, or deleted within a transaction. You can also optionally register properties that will have information captured when they are updated.
Transaction tracing information is placed in a transient instance of the
You can register callback methods to be invoked just before a transaction commits. These callback methods can report on and analyze the changes that have taken place within the current transaction.
You can clone or copy a JadeTransactionTrace object to a non-shared transient instance, by using the
When cloning or copying, the