|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransactionObserver
Observer of internal transaction events.
| Method Summary | |
|---|---|
void |
afterBegin(TransactionImplementor transaction)
Callback for processing the beginning of a transaction. |
void |
afterCompletion(boolean successful,
TransactionImplementor transaction)
Callback for processing the last phase of transaction completion. |
void |
beforeCompletion(TransactionImplementor transaction)
Callback for processing the initial phase of transaction completion. |
| Method Detail |
|---|
void afterBegin(TransactionImplementor transaction)
Transaction API.
transaction - The Hibernate transactionvoid beforeCompletion(TransactionImplementor transaction)
transaction - The Hibernate transaction
void afterCompletion(boolean successful,
TransactionImplementor transaction)
successful - Was the transaction successful?transaction - The Hibernate transaction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||