Package org.jboss.seam.transaction

Interface Summary
SeamTransaction Extends the standard UserTransaction interface with a couple of helpful methods.
 

Enum Summary
TransactionPropagation  
 

Annotation Types Summary
DefaultTransaction Qualifier that is used to denote the SeamTransaction implementation that is used by the transaction interceptor and other seam transaction services.
SeamApplicationException Seam Annotation for identifying an Exception class as an Application Exception, which does not cause a transaction rollback.
Transactional Demarcates transaction boundaries

Note that is you are using seam managed transactions seam will automatically manage your transactions for you, rendering this unnecessary

Note that this annotation is not actually an intercepter binding.

TransactionScoped CDI Scope that spans the current transaction
 



Copyright © 2011 Seam Framework. All Rights Reserved.