public interface FlushTransactionListener
| Modifier and Type | Method and Description |
|---|---|
void |
afterFlush(TransactionEvent event)
Notification that a transaction has flushed all object changes.
|
void |
beforeFlush(TransactionEvent event)
Notification that a transaction is about to flush all object changes.
|
void beforeFlush(TransactionEvent event)
TransactionEvent.BEFORE_FLUSHvoid afterFlush(TransactionEvent event)
TransactionEvent.AFTER_FLUSHCopyright © 2006–2018 Apache Software Foundation. All rights reserved.