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_FLUSH
void afterFlush(TransactionEvent event)
TransactionEvent.AFTER_FLUSH
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.