Package | Description |
---|---|
org.axonframework.eventstore.jpa |
JPA Implementation of the EventStore.
|
Class and Description |
---|
AbstractEventEntry
Data needed by different types of event logs.
|
DomainEventEntry
JPA compliant wrapper around a DomainEvent.
|
EventEntryStore
Interface describing the mechanism that stores Events into the backing data store.
|
SimpleSerializedDomainEventData
Simple implementation of the
SerializedDomainEventData class, used to reduce memory consumptions by queries
accessing Event Entries. |
SnapshotEventEntry
JPA compatible entry that stores data required for the use of snapshot events.
|
Copyright © 2010-2014. All Rights Reserved.