Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.axonframework.repository Classes and Interfaces - 12 results found.
NameDescriptionTypePackageFramework
AbstractRepositoryAbstract implementation of the Repository that takes care of the dispatching of events when an aggregate is persisted.Classorg.axonframework.repositoryAxon
AggregateNotFoundExceptionException indicating that the an aggregate could not be found in the repository.Classorg.axonframework.repositoryAxon
ConcurrencyExceptionException indicating that concurrent access to a repository was detected.Classorg.axonframework.repositoryAxon
ConflictingAggregateVersionExceptionException indicating that the (actual) version of a loaded aggregate did not match the given expected version number.Classorg.axonframework.repositoryAxon
ConflictingModificationExceptionRoot of a hierarchy of exceptions indicating the detection of conflicting concurrent modifications.Classorg.axonframework.repositoryAxon
GenericJpaRepositoryGeneric repository implementation that stores JPA annotated aggregates.Classorg.axonframework.repositoryAxon
LockingRepository modifications of persisted aggregates.Classorg.axonframework.repositoryAxon
LockManagerInterface to the lock manager.Interfaceorg.axonframework.repositoryAxon
NullLockManagerLockManager implementation that does nothing.Classorg.axonframework.repositoryAxon
OptimisticLockManager the last committed event to detect concurrent access.Classorg.axonframework.repositoryAxon
PessimisticLockManager until a lock could be obtained.Classorg.axonframework.repositoryAxon
RepositoryThe repository provides an abstraction of the storage of aggregates.Interfaceorg.axonframework.repositoryAxon