Package org.axonframework.eventstore.jpa

JPA Implementation of the EventStore.

See:
          Description

Interface Summary
EventEntryStore Interface describing the mechanism that stores Events into the backing data store.
PersistenceExceptionResolver The PersistenceExceptionResolver is used to find out if an exception is caused by duplicate keys.
 

Class Summary
AbstractEventEntry Data needed by different types of event logs.
AbstractEventEntry.PK Primary key definition of the AbstractEventEntry class.
DefaultEventEntryStore Implementation of the EventEntryStore that stores events in DomainEventEntry entities and snapshot events in SnapshotEventEntry entities.
DomainEventEntry JPA compliant wrapper around a DomainEvent.
JpaEventStore An EventStore implementation that uses JPA to store DomainEvents in a database.
SimpleSerializedDomainEventData Simple implementation of the SerializedDomainEventData class, used to reduce memory consumptions by queries accessing Event Entries.
SnapshotEventEntry JPA compatible entry that stores data required for the use of snapshot events.
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 © 2010-2012. All Rights Reserved.