Uses of Interface
org.axonframework.repository.Repository

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

Uses of Repository in org.axonframework.eventsourcing
 

Classes in org.axonframework.eventsourcing that implement Repository
 class CachingEventSourcingRepository<T extends EventSourcedAggregateRoot>
          Implementation of the event sourcing repository that uses a cache to improve loading performance.
 class CachingGenericEventSourcingRepository<T extends EventSourcedAggregateRoot>
          The CachingGenericEventSourcingRepository is a special EventSourcingRepository implementation that can act as a repository for any type of EventSourcedAggregateRoot.
 class EventSourcingRepository<T extends EventSourcedAggregateRoot>
          Abstract repository implementation that allows easy implementation of an Event Sourcing mechanism.
 class GenericEventSourcingRepository<T extends EventSourcedAggregateRoot>
          The GenericEventSourcingRepository is a special EventSourcingRepository implementation that can act as a repository for any type of EventSourcedAggregateRoot.
 class SpringPrototypeEventSourcingRepository<T extends EventSourcedAggregateRoot>
          Repository implementation that creates and initializes aggregates based on a Spring prototype bean.
 

Uses of Repository in org.axonframework.repository
 

Classes in org.axonframework.repository that implement Repository
 class AbstractRepository<T extends AggregateRoot>
          Abstract implementation of the Repository that takes care of the dispatching of events when an aggregate is persisted.
 class GenericJpaRepository<T extends AbstractJpaAggregateRoot>
          Generic repository implementation that stores JPA annotated aggregates.
 class LockingRepository<T extends AggregateRoot>
          Implementation of the Repository interface that takes provides a locking mechanism to prevent concurrent modifications of persisted aggregates.
 



Copyright © 2011. All Rights Reserved.