Uses of Package
org.axonframework.unitofwork

Packages that use org.axonframework.unitofwork
org.axonframework.auditing   
org.axonframework.commandhandling Classes that implement the concept of command handling using explicit command objects. 
org.axonframework.commandhandling.annotation Classes that provide annotation support for command handling. 
org.axonframework.commandhandling.interceptors Contains some useful implementations of interceptors that many application can benefit from. 
org.axonframework.unitofwork Classes in support of the UnitOfWork pattern in Axon Framework. 
 

Classes in org.axonframework.unitofwork used by org.axonframework.auditing
UnitOfWork
          This class represents a UnitOfWork in which modifications are made to aggregates.
UnitOfWorkListener
          Interface describing a listener that is notified of state changes in the UnitOfWork it has been registered with.
 

Classes in org.axonframework.unitofwork used by org.axonframework.commandhandling
UnitOfWork
          This class represents a UnitOfWork in which modifications are made to aggregates.
UnitOfWorkFactory
          The UnitOfWorkFactory interface is used to obtain UnitOfWork instances to manage activity in command handling processes.
 

Classes in org.axonframework.unitofwork used by org.axonframework.commandhandling.annotation
UnitOfWork
          This class represents a UnitOfWork in which modifications are made to aggregates.
 

Classes in org.axonframework.unitofwork used by org.axonframework.commandhandling.interceptors
UnitOfWork
          This class represents a UnitOfWork in which modifications are made to aggregates.
 

Classes in org.axonframework.unitofwork used by org.axonframework.unitofwork
AbstractUnitOfWork
          Abstract implementation of the UnitOfWork interface.
SaveAggregateCallback
          Callback used by UnitOfWork instances to be invoked when the UnitOfWork wishes to store an aggregate.
UnitOfWork
          This class represents a UnitOfWork in which modifications are made to aggregates.
UnitOfWorkFactory
          The UnitOfWorkFactory interface is used to obtain UnitOfWork instances to manage activity in command handling processes.
UnitOfWorkListener
          Interface describing a listener that is notified of state changes in the UnitOfWork it has been registered with.
 



Copyright © 2011. All Rights Reserved.