Uses of Class
org.axonframework.repository.LockingRepository

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

Uses of LockingRepository in org.axonframework.eventsourcing
 

Subclasses of LockingRepository in org.axonframework.eventsourcing
 class CachingEventSourcingRepository<T extends EventSourcedAggregateRoot>
          Implementation of the event sourcing repository that uses a cache to improve loading performance.
 class EventSourcingRepository<T extends EventSourcedAggregateRoot>
          Abstract repository implementation that allows easy implementation of an Event Sourcing mechanism.
 class HybridJpaRepository<T extends AggregateRoot>
          Repository that stores both a (JPA based) relational model of the current state of an aggregate and the events produced by that aggregate.
 

Uses of LockingRepository in org.axonframework.repository
 

Subclasses of LockingRepository in org.axonframework.repository
 class GenericJpaRepository<T extends AggregateRoot>
          Generic repository implementation that stores JPA annotated aggregates.
 



Copyright © 2010-2016. All Rights Reserved.