|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| 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 Summary | |
|---|---|
| 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. |
| PostgresEventSqlSchema<T> | SQL schema supporting postgres databases. |
| SchemaConfiguration | SchemaConfiguration allows specification of custom storage locations for domain event and snapshot event entries. |
JDBC Implementation of the EventStore. This package contains all classes needed to provide such an implementation
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||