|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionModificationListener
A listener that is notified of table modification events made by a transaction, both immediately inside a transaction and when a transaction commits. These events can occur either immediately before or immediately after the data is modified or during a commit.
Method Summary | |
---|---|
void |
tableCommitChange(TableCommitModificationEvent event)
An action for when changes to a table are committed. |
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |