Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.axonframework.unitofwork Classes and Interfaces - 14 results found.
NameDescriptionTypePackageFramework
CurrentUnitOfWorkDefault entry point to gain access to the current UnitOfWork.Classorg.axonframework.unitofworkAxon
DefaultUnitOfWork been explicitly save in their aggregates will be saved when the UnitOfWork commits.Classorg.axonframework.unitofworkAxon
DefaultUnitOfWorkFactoryUnitOfWorkFactory implementation that creates instances of the DefaultUnitOfWork.Classorg.axonframework.unitofworkAxon
MetaDataMutatingUnitOfWorkListenerAdapterSpecialist UnitOfWorkListenerAdapter that allows modification of Meta Data of Events during the "beforeCommit" phase of a Unit of Work.Classorg.axonframework.unitofworkAxon
NestableUnitOfWorkAbstract implementation of the UnitOfWork interface.Classorg.axonframework.unitofworkAxon
NoTransactionManagerTransactionManager implementation that does nothing.Classorg.axonframework.unitofworkAxon
SaveAggregateCallbackCallback used by UnitOfWork instances to be invoked when the UnitOfWork wishes to store an aggregate.Interfaceorg.axonframework.unitofworkAxon
SpringTransactionManagerTransactionManager implementation that uses a PlatformTransactionManager as underlying transaction manager.Classorg.axonframework.unitofworkAxon
TransactionManagerInterface towards a mechanism that manages transactions Typically, this will involve opening database transactions or connecting to external systems.Interfaceorg.axonframework.unitofworkAxon
UnitOfWorkThis class represents a UnitOfWork in which modifications are made to aggregates.Interfaceorg.axonframework.unitofworkAxon
UnitOfWorkFactoryThe UnitOfWorkFactory interface is used to obtain UnitOfWork instances to manage activity in command handling processes.Interfaceorg.axonframework.unitofworkAxon
UnitOfWorkListenerInterface describing a listener that is notified of state changes in the UnitOfWork it has been registered with.Interfaceorg.axonframework.unitofworkAxon
UnitOfWorkListenerAdapterAbstract implementation of the UnitOfWorkListener that provides empty implementation of all methods declared in UnitOfWorkListener.Classorg.axonframework.unitofworkAxon
UnitOfWorkListenerCollectionThis class is responsible for notifying registered listeners in a specific order of precedence.Classorg.axonframework.unitofworkAxon