Uses of Package
org.axonframework.repository

Packages that use org.axonframework.repository
org.axonframework.eventsourcing Classes related to event sourcing. 
org.axonframework.repository Classes related to the repository interface and implementations. 
 

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.
LockingRepository
          Implementation of the Repository interface that takes provides a locking mechanism to prevent concurrent modifications of persisted aggregates.
LockingStrategy
          Enum indicating possible locking strategies for repositories.
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.
LockingStrategy
          Enum indicating possible locking strategies for repositories.
Repository
          The repository provides an abstraction of the storage of aggregates.
 



Copyright © 2011. All Rights Reserved.