|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||