Uses of Interface
org.multiverse.api.TransactionFactory

Packages that use TransactionFactory
org.multiverse.api Contains the most important interfaces and classes for the Multiverse project. 
org.multiverse.api.programmatic   
org.multiverse.templates Contains the templates like TransactionTemplate and OrElseTemplate. 
 

Uses of TransactionFactory in org.multiverse.api
 

Methods in org.multiverse.api that return TransactionFactory
 TransactionFactory<T> TransactionFactoryBuilder.build()
          Builds a TransactionFactory with the provided configuration.
 

Uses of TransactionFactory in org.multiverse.api.programmatic
 

Methods in org.multiverse.api.programmatic with parameters of type TransactionFactory
 E ProgrammaticReference.getOrAwait(TransactionFactory txFactory)
           
 

Uses of TransactionFactory in org.multiverse.templates
 

Methods in org.multiverse.templates that return TransactionFactory
 TransactionFactory TransactionTemplate.getTransactionFactory()
          Returns the TransactionFactory this TransactionTemplate uses to createReference Transactions.
 

Constructors in org.multiverse.templates with parameters of type TransactionFactory
TransactionTemplate(TransactionFactory txFactory)
          Creates a new TransactionTemplate with the provided TransactionFactory and that is aware of the ThreadLocalTransaction.
TransactionTemplate(TransactionFactory txFactory, boolean threadLocalAware, boolean lifecycleListenersEnabled, boolean retryEnabled)
          Creates a new TransactionTemplate with the provided TransactionFactory.
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.