|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ApplicationExceptionManager | Interface used for decoupling the algorithm for determing if a throwable is an exception from the rest of the transactional support. |
Class Summary | |
---|---|
AbstractApplicationExceptionManager | Abstract implementation containing the ejb specification shortcut rules: if the throwable is Error or RemoteException then it is SystemException if the throwable is CreateException/FinderException/RemoveException then it is an ApplicationException . |
DefaultApplicationExceptionManager | Default implementation for detecting application exceptions. |
Ejb3TransactionAttribute | EJB3 Transaction Attribute which will rollback on all exceptions unless the "Application Exceptions" with rollback attribute set to false. |
TransactionalMetadata | Metadata for a transactional component such as an EJB. |
EJB3 transaction support based on Spring facilities.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |