Uses of Class
org.axonframework.eventsourcing.EventSourcingRepository

Packages that use EventSourcingRepository
org.axonframework.eventsourcing Classes related to event sourcing. 
 

Uses of EventSourcingRepository in org.axonframework.eventsourcing
 

Subclasses of EventSourcingRepository in org.axonframework.eventsourcing
 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 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.
 



Copyright © 2011. All Rights Reserved.