|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionContext | |
com.arsdigita.persistence | The classes in this package provide an API for creating and manipulating Data Objects. |
Uses of TransactionContext in com.arsdigita.persistence |
Methods in com.arsdigita.persistence that return TransactionContext | |
TransactionContext |
Session.getTransactionContext()
Retrieves the TransactionContext
associated with this Session. |
Methods in com.arsdigita.persistence with parameters of type TransactionContext | |
void |
AbstractTransactionListener.beforeCommit(TransactionContext txn)
Called immediately before the transaction has committed |
void |
AbstractTransactionListener.afterCommit(TransactionContext txn)
Called immediately after the transaction has committed |
void |
AbstractTransactionListener.beforeAbort(TransactionContext txn)
Called immediately before the transaction has aborted |
void |
AbstractTransactionListener.afterAbort(TransactionContext txn)
Called immediately after the transaction has aborted |
void |
TransactionListener.beforeCommit(TransactionContext txn)
Called immediately before the transaction has committed |
void |
TransactionListener.afterCommit(TransactionContext txn)
Called immediately after the transaction has committed |
void |
TransactionListener.beforeAbort(TransactionContext txn)
Called immediately before the transaction has aborted |
void |
TransactionListener.afterAbort(TransactionContext txn)
Called immediately after the transaction has aborted |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |