Interface | Description |
---|---|
EventEntryStore<T> |
Interface describing the mechanism that stores Events into the backing data store.
|
EventSqlSchema<T> |
Interface describing the operations that the JDBC Event Store needs to do on a backing database.
|
Class | Description |
---|---|
DefaultEventEntryStore<T> |
Implementation of the EventEntryStore that stores events in DomainEventEntry table and snapshot events in
SnapshotEventEntry table.
|
GenericEventSqlSchema<T> | |
JdbcEventStore |
An EventStore implementation that uses JPA to store DomainEvents in a database.
|
JdbcSQLErrorCodesResolver |
SQLErrorCodesResolver is an implementation of PersistenceExceptionResolver used to resolve sql error codes to see if
it is an duplicate key constraint violation.
|
Copyright © 2010-2014. All Rights Reserved.