|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SynchronizationRegistry
Manages a registry of Synchronizations.
| Method Summary | |
|---|---|
void |
notifySynchronizationsAfterTransactionCompletion(int status)
Delegate Synchronization.afterCompletion(int) calls to registered
Synchronizations |
void |
notifySynchronizationsBeforeTransactionCompletion()
Delegate Synchronization.beforeCompletion() calls to the registered
Synchronizations |
void |
registerSynchronization(Synchronization synchronization)
Register a user Synchronization callback for this transaction. |
| Method Detail |
|---|
void registerSynchronization(Synchronization synchronization)
Synchronization callback for this transaction.
synchronization - The synchronization callback to register.
HibernateExceptionvoid notifySynchronizationsBeforeTransactionCompletion()
Synchronization.beforeCompletion() calls to the registered
Synchronizations
void notifySynchronizationsAfterTransactionCompletion(int status)
Synchronization.afterCompletion(int) calls to registered
Synchronizations
status - The transaction status (if known) per Status
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||