| Package | Description |
|---|---|
| org.axonframework.eventstore.jdbc |
JDBC Implementation of the EventStore.
|
| org.axonframework.eventstore.jpa |
JPA Implementation of the EventStore.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcSQLErrorCodesResolver
SQLErrorCodesResolver is an implementation of PersistenceExceptionResolver used to resolve sql error codes to see if
it is an duplicate key constraint violation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcEventStore.setPersistenceExceptionResolver(PersistenceExceptionResolver persistenceExceptionResolver)
Sets the persistenceExceptionResolver that will help detect concurrency exceptions from the backing database.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PersistenceExceptionResolver
Deprecated.
Implement
PersistenceExceptionResolver instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLErrorCodesResolver
SQLErrorCodesResolver is an implementation of PersistenceExceptionResolver used to resolve sql error codes to see if
it is an duplicate key constraint violation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JpaEventStore.setPersistenceExceptionResolver(PersistenceExceptionResolver persistenceExceptionResolver)
Sets the persistenceExceptionResolver that will help detect concurrency exceptions from the backing database.
|
Copyright © 2010-2014. All Rights Reserved.