See: Description
| Class | Description | 
|---|---|
| DomainEventEntry | 
 Default implementation of a tracked domain event entry. 
 | 
| JpaEventStorageEngine | 
 EventStorageEngine implementation that uses JPA to store and fetch events. 
 | 
| SnapshotEventEntry | 
 Default implementation of an event entry containing a serialized snapshot of an aggregate. 
 | 
| SQLErrorCodesResolver | 
 SQLErrorCodesResolver is an implementation of PersistenceExceptionResolver used to resolve sql error codes to see if
 it is an duplicate key constraint violation. 
 | 
| SQLStateResolver | 
 SQLStateResolver is an implementation of PersistenceExceptionResolver used to resolve sql state values to see if it
 violates a unique key constraint. 
 | 
Copyright © 2010–2018. All rights reserved.