Package | Description |
---|---|
org.axonframework.eventstore.jpa |
JPA Implementation of the EventStore.
|
Class and Description |
---|
AbstractEventEntry
Data needed by different types of event logs.
|
AbstractEventEntryData
Abstract JPA Entity, which defines all fields except for the payload and metaData field.
|
EventEntryFactory
Interface describing a factory that creates Entities for the JpaEventStore to persist.
|
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. |
Copyright © 2010-2014. All Rights Reserved.