Uses of Class
javax.ejb.TransactionAttribute

Packages that use TransactionAttribute
org.springframework.jee.transaction EJB3 transaction support based on Spring facilities. 
 

Uses of TransactionAttribute in org.springframework.jee.transaction
 

Methods in org.springframework.jee.transaction that return types with arguments of type TransactionAttribute
protected  java.util.Map<java.lang.reflect.Method,TransactionAttribute> TransactionalMetadata.getTransactionalMethodAttributes()
           
 

Methods in org.springframework.jee.transaction with parameters of type TransactionAttribute
 void TransactionalMetadata.addTransactionalMethod(java.lang.reflect.Method methodOnClass, TransactionAttribute txAttribute)
          Add transactional method metadata.
protected  org.springframework.transaction.interceptor.DefaultTransactionAttribute TransactionalMetadata.copyEjbTxAttribute(TransactionAttribute ejbTxAttribute, org.springframework.transaction.interceptor.DefaultTransactionAttribute springTxAttribute)
          Sets the given Spring transaction definition according to the passed in ejb3 attribute.
 



Copyright 2006 Interface21. All Rights Reserved.