Uses of Package
org.axonframework.repository

Packages that use org.axonframework.repository
org.axonframework.commandhandling.annotation Classes that provide annotation support for command handling. 
org.axonframework.commandhandling.disruptor   
org.axonframework.contextsupport.spring   
org.axonframework.eventsourcing Classes related to event sourcing. 
org.axonframework.quickstart.handler   
org.axonframework.repository Classes related to the repository interface and implementations. 
org.axonframework.test Classes in support of testing Axon based applications. 
 

Classes in org.axonframework.repository used by org.axonframework.commandhandling.annotation
Repository
          The repository provides an abstraction of the storage of aggregates.
 

Classes in org.axonframework.repository used by org.axonframework.commandhandling.disruptor
Repository
          The repository provides an abstraction of the storage of aggregates.
 

Classes in org.axonframework.repository used by org.axonframework.contextsupport.spring
LockManager
          Interface to the lock manager.
Repository
          The repository provides an abstraction of the storage of aggregates.
 

Classes in org.axonframework.repository used by org.axonframework.eventsourcing
AbstractRepository
          Abstract implementation of the Repository that takes care of the dispatching of events when an aggregate is persisted.
AggregateNotFoundException
          Exception indicating that the an aggregate could not be found in the repository.
GenericJpaRepository
          Generic repository implementation that stores JPA annotated aggregates.
LockingRepository
          Implementation of the Repository interface that takes provides a locking mechanism to prevent concurrent modifications of persisted aggregates.
LockManager
          Interface to the lock manager.
Repository
          The repository provides an abstraction of the storage of aggregates.
 

Classes in org.axonframework.repository used by org.axonframework.quickstart.handler
Repository
          The repository provides an abstraction of the storage of aggregates.
 

Classes in org.axonframework.repository used by org.axonframework.repository
AbstractRepository
          Abstract implementation of the Repository that takes care of the dispatching of events when an aggregate is persisted.
ConflictingModificationException
          Root of a hierarchy of exceptions indicating the detection of conflicting concurrent modifications.
LockingRepository
          Implementation of the Repository interface that takes provides a locking mechanism to prevent concurrent modifications of persisted aggregates.
LockManager
          Interface to the lock manager.
Repository
          The repository provides an abstraction of the storage of aggregates.
 

Classes in org.axonframework.repository used by org.axonframework.test
Repository
          The repository provides an abstraction of the storage of aggregates.
 



Copyright © 2010-2016. All Rights Reserved.