Package org.axonframework.eventstore.jpa

JPA Implementation of the EventStore.

See:
          Description

Interface Summary
PersistenceExceptionResolver The PersistenceExceptionResolver is used to find out if an exception is caused by duplicate keys.
 

Class Summary
DomainEventEntry JPA compliant wrapper around a DomainEvent.
JpaEventStore An EventStore implementation that uses JPA to store DomainEvents in a database.
SQLErrorCodesResolver SQLErrorCodesResolver is an implementation of PersistenceExceptionResolver used to resolve sql error codes to see if it is an duplicate key constraint violation.
 

Package org.axonframework.eventstore.jpa Description

JPA Implementation of the EventStore. This package contains all classes needed to provide such an implementation



Copyright © 2011. All Rights Reserved.