Package | Description |
---|---|
org.axonframework.eventstore.jpa |
JPA Implementation of the EventStore.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventEntryStore<T>
Implementation of the EventEntryStore that stores events in DomainEventEntry entities and snapshot events in
SnapshotEventEntry entities.
|
Constructor and Description |
---|
JpaEventStore(EntityManagerProvider entityManagerProvider,
EventEntryStore eventEntryStore)
Initialize a JpaEventStore using the given
eventEntryStore and an XStreamSerializer , which serializes events as XML. |
JpaEventStore(EntityManagerProvider entityManagerProvider,
Serializer serializer,
EventEntryStore eventEntryStore)
Initialize a JpaEventStore which serializes events using the given
eventSerializer and stores the
events in the database using the given eventEntryStore . |
Copyright © 2010-2014. All Rights Reserved.