Uses of Class
org.axonframework.eventsourcing.EventSourcingRepository

Packages that use EventSourcingRepository
org.axonframework.eventsourcing Classes related to event sourcing. 
org.axonframework.test Classes in support of testing Axon based applications. 
 

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.
 

Uses of EventSourcingRepository in org.axonframework.test
 

Methods in org.axonframework.test with parameters of type EventSourcingRepository
 FixtureConfiguration<T> GivenWhenThenTestFixture.registerRepository(EventSourcingRepository<T> eventSourcingRepository)
           
 FixtureConfiguration<T> FixtureConfiguration.registerRepository(EventSourcingRepository<T> repository)
          Registers an arbitrary event sourcing repository with the fixture.
 



Copyright © 2010-2016. All Rights Reserved.