Package org.axonframework.eventsourcing.eventstore.jpa
package org.axonframework.eventsourcing.eventstore.jpa
JPA Implementation of the EventStore. This package contains all classes needed to provide such an implementation
-
ClassesClassDescriptionDefault implementation of a tracked domain event entry.EventStorageEngine implementation that uses JPA to store and fetch events.Builder class to instantiate a
JpaEventStorageEngine.Default implementation of an event entry containing a serialized snapshot of an aggregate.SQLErrorCodesResolver is an implementation of PersistenceExceptionResolver used to resolve sql error codes to see if it is an duplicate key constraint violation.SQLStateResolver is an implementation of PersistenceExceptionResolver used to resolve sql state values to see if it violates a unique key constraint.