| Package | Description | 
|---|---|
| org.axonframework.commandhandling.model | |
| org.axonframework.eventsourcing | 
 Classes related to event sourcing. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GenericJpaRepository<T>
Generic repository implementation that stores JPA annotated aggregates. 
 | 
class  | 
LockingRepository<T,A extends Aggregate<T>>
Implementation of the Repository interface that takes provides a locking mechanism to prevent concurrent
 modifications of persisted aggregates. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CachingEventSourcingRepository<T>
Implementation of the event sourcing repository that uses a cache to improve loading performance. 
 | 
class  | 
EventSourcingRepository<T>
Abstract repository implementation that allows easy implementation of an Event Sourcing mechanism. 
 | 
Copyright © 2010–2018. All rights reserved.