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.disruptor   
org.axonframework.commandhandling.interceptors Contains some useful implementations of interceptors that many application can benefit from. 
org.axonframework.contextsupport.spring   
org.axonframework.eventhandling.async   
org.axonframework.eventhandling.replay   
org.axonframework.eventhandling.scheduling.java   
org.axonframework.eventhandling.scheduling.quartz   
org.axonframework.eventsourcing Classes related to event sourcing. 
org.axonframework.quickstart.handler   
org.axonframework.saga.annotation   
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.
UnitOfWorkListenerAdapter
          Abstract implementation of the UnitOfWorkListener that provides empty implementation of all methods declared in UnitOfWorkListener.
 

Classes in org.axonframework.unitofwork used by org.axonframework.commandhandling
TransactionManager
          Interface towards a mechanism that manages transactions

Typically, this will involve opening database transactions or connecting to external systems.

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.disruptor
SaveAggregateCallback
          Callback used by UnitOfWork instances to be invoked when the UnitOfWork wishes to store an aggregate.
TransactionManager
          Interface towards a mechanism that manages transactions

Typically, this will involve opening database transactions or connecting to external systems.

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.interceptors
UnitOfWork
          This class represents a UnitOfWork in which modifications are made to aggregates.
 

Classes in org.axonframework.unitofwork used by org.axonframework.contextsupport.spring
TransactionManager
          Interface towards a mechanism that manages transactions

Typically, this will involve opening database transactions or connecting to external systems.

 

Classes in org.axonframework.unitofwork used by org.axonframework.eventhandling.async
TransactionManager
          Interface towards a mechanism that manages transactions

Typically, this will involve opening database transactions or connecting to external systems.

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.eventhandling.replay
TransactionManager
          Interface towards a mechanism that manages transactions

Typically, this will involve opening database transactions or connecting to external systems.

 

Classes in org.axonframework.unitofwork used by org.axonframework.eventhandling.scheduling.java
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.eventhandling.scheduling.quartz
TransactionManager
          Interface towards a mechanism that manages transactions

Typically, this will involve opening database transactions or connecting to external systems.

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.eventsourcing
TransactionManager
          Interface towards a mechanism that manages transactions

Typically, this will involve opening database transactions or connecting to external systems.

 

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

Classes in org.axonframework.unitofwork used by org.axonframework.saga.annotation
TransactionManager
          Interface towards a mechanism that manages transactions

Typically, this will involve opening database transactions or connecting to external systems.

 

Classes in org.axonframework.unitofwork used by org.axonframework.unitofwork
NestableUnitOfWork
          Abstract implementation of the UnitOfWork interface.
SaveAggregateCallback
          Callback used by UnitOfWork instances to be invoked when the UnitOfWork wishes to store an aggregate.
TransactionManager
          Interface towards a mechanism that manages transactions

Typically, this will involve opening database transactions or connecting to external systems.

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.
UnitOfWorkListenerAdapter
          Abstract implementation of the UnitOfWorkListener that provides empty implementation of all methods declared in UnitOfWorkListener.
 



Copyright © 2010-2016. All Rights Reserved.