Uses of Interface
org.axonframework.unitofwork.UnitOfWorkFactory

Packages that use UnitOfWorkFactory
org.axonframework.commandhandling Classes that implement the concept of command handling using explicit command objects. 
org.axonframework.unitofwork Classes in support of the UnitOfWork pattern in Axon Framework. 
 

Uses of UnitOfWorkFactory in org.axonframework.commandhandling
 

Methods in org.axonframework.commandhandling with parameters of type UnitOfWorkFactory
 void SimpleCommandBus.setUnitOfWorkFactory(UnitOfWorkFactory unitOfWorkFactory)
          Sets the UnitOfWorkFactory that provides the UnitOfWork instances for handling incoming commands.
 

Uses of UnitOfWorkFactory in org.axonframework.unitofwork
 

Classes in org.axonframework.unitofwork that implement UnitOfWorkFactory
 class DefaultUnitOfWorkFactory
          UnitOfWorkFactory implementation that creates instances of the DefaultUnitOfWork.
 



Copyright © 2011. All Rights Reserved.