public interface TransactionModificationListener
Modifier and Type | Method and Description |
---|---|
void |
tableCommitChange(TableCommitModificationEvent event)
An action for when changes to a table are committed.
|
void tableCommitChange(TableCommitModificationEvent event)
The event object provides access to a SimpleTransaction object that is a read-only view of the database in its committed state (if this operation is successful). The transaction can be used to perform any last minute deferred constraint checks.
This action is useful for last minute abortion of a transaction, or for updating cache information. It can not be used as a triggering mechanism and should never call back to user code.
Copyright © 2015. All rights reserved.