Transaction logging [message #780998] |
Thu, 19 January 2012 06:03 |
Eclipse User |
|
|
|
Hi,
I want to log each transaction in the following way:
For each entity inserted/deleted/updated between transaction.begin() and transaction.commit() a transaction-id should be written both into the history table corresponding to the changed entity and into a "transaction-log-table". An entry in the transaction-log-table should also include e.g. a list (as string) of the tables/entities involved in the transaction.
I have already created a history customizer but have no idea how to handle the transaction (not entity) specific logging.
Any help would be very appreciated!
Thomas
|
|
|
Powered by
FUDForum. Page generated in 0.02669 seconds