| Interface | Description |
|---|---|
| EventEntryStore |
Interface describing the mechanism that stores Events into the backing data store.
|
| PersistenceExceptionResolver |
The PersistenceExceptionResolver is used to find out if an exception is caused by duplicate keys.
|
| Class | Description |
|---|---|
| AbstractEventEntry |
Data needed by different types of event logs.
|
| AbstractEventEntry.PK |
Primary key definition of the AbstractEventEntry class.
|
| DefaultEventEntryStore |
Implementation of the EventEntryStore that stores events in DomainEventEntry entities and snapshot events in
SnapshotEventEntry entities.
|
| DomainEventEntry |
JPA compliant wrapper around a DomainEvent.
|
| JpaEventStore |
An EventStore implementation that uses JPA to store DomainEvents in a database.
|
| 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.
|
| SQLErrorCodesResolver |
SQLErrorCodesResolver is an implementation of PersistenceExceptionResolver used to resolve sql error codes to see if
it is an duplicate key constraint violation.
|
Copyright © 2010-2013. All Rights Reserved.