| Package | Description | 
|---|---|
| org.axonframework.eventsourcing.eventstore | 
 Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
 them. 
 | 
| org.axonframework.eventsourcing.eventstore.jdbc | 
 JDBC Implementation of the EventStore. 
 | 
| org.axonframework.eventsourcing.eventstore.jpa | 
 JPA Implementation of the EventStore. 
 | 
| org.axonframework.mongo.eventsourcing.eventstore | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BatchingEventStorageEngine
Abstract EventStorageEngine implementation that fetches events in batches from the backing database. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JdbcEventStorageEngine
EventStorageEngine implementation that uses JDBC to store and fetch events. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JpaEventStorageEngine
EventStorageEngine implementation that uses JPA to store and fetch events. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MongoEventStorageEngine
EventStorageEngine implementation that uses Mongo to store and fetch events. 
 | 
Copyright © 2010–2018. All rights reserved.