Uses of Package
org.springframework.jee.transaction

Packages that use org.springframework.jee.transaction
org.springframework.jee.ejb EJB metadata. 
org.springframework.jee.inject JSR250 Support. 
org.springframework.jee.transaction EJB3 transaction support based on Spring facilities. 
 

Classes in org.springframework.jee.transaction used by org.springframework.jee.ejb
TransactionalMetadata
          Metadata for a transactional component such as an EJB.
 

Classes in org.springframework.jee.transaction used by org.springframework.jee.inject
TransactionalMetadata
          Metadata for a transactional component such as an EJB.
 

Classes in org.springframework.jee.transaction used by org.springframework.jee.transaction
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 .
ApplicationExceptionManager
          Interface used for decoupling the algorithm for determing if a throwable is an exception from the rest of the transactional support.
 



Copyright 2006 Interface21. All Rights Reserved.