Uses of Class
com.googlecode.jpattern.service.transaction.ATransactionManager

Packages that use ATransactionManager
com.googlecode.jpattern.service.transaction   
 

Uses of ATransactionManager in com.googlecode.jpattern.service.transaction
 

Subclasses of ATransactionManager in com.googlecode.jpattern.service.transaction
 class NullTransactionManager
           
 class SpringTransactionManager
           
 

Fields in com.googlecode.jpattern.service.transaction declared as ATransactionManager
protected  ATransactionManager ATransactionDefinition.transactionManager
           
 

Methods in com.googlecode.jpattern.service.transaction that return ATransactionManager
 ATransactionManager ITransactionService.getDefaultTransactionManager()
           
 ATransactionManager NullTransactionService.getDefaultTransactionManager()
           
protected  ATransactionManager ATransactionDefinition.getTransactionManager()
           
 ATransactionManager ITransactionService.getTransactionManager(String transactionManagerName)
          Return the ATransactionManager object with the specified name.
 ATransactionManager NullTransactionService.getTransactionManager(String transactionManagerName)
           
 

Methods in com.googlecode.jpattern.service.transaction with parameters of type ATransactionManager
protected  void ATransactionDefinition.setTransactionManager(ATransactionManager transactionManager)
           
 



Copyright © 2011. All Rights Reserved.