public interface Synchronization
| Modifier and Type | Method and Description |
|---|---|
void |
afterCompletion(boolean committed)
Callback method called after a transaction was committed or rolled back.
|
void |
beforeCompletion()
Callback method called before committing a transaction.
|
void beforeCompletion()
void afterCompletion(boolean committed)
committed - Indicates if the transaction was successfully commited.Copyright © 2017 akquinet tech@spree GmbH. All Rights Reserved.