| Package | Description |
|---|---|
| org.axonframework.eventstore.jdbc |
JDBC Implementation of the EventStore.
|
| org.axonframework.eventstore.jpa |
JPA Implementation of the EventStore.
|
| org.axonframework.eventstore.mongo |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcEventStore
An EventStore implementation that uses JPA to store DomainEvents in a database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JpaEventStore
An EventStore implementation that uses JPA to store DomainEvents in a database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MongoEventStore
Implementation of the
EventStore based on a MongoDB instance or replica set. |
Copyright © 2010-2014. All Rights Reserved.