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 NullTransactionService.getDefaultTransactionManager()
           
 ATransactionManager ITransactionService.getDefaultTransactionManager()
           
protected  ATransactionManager ATransactionDefinition.getTransactionManager()
           
 ATransactionManager NullTransactionService.getTransactionManager(String transactionManagerName)
           
 ATransactionManager ITransactionService.getTransactionManager(String transactionManagerName)
          Return the ATransactionManager object with the specified name.
 

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



Copyright © 2011. All Rights Reserved.