Interface | Description |
---|---|
JdbcOptimisticLockingExceptionMapper |
Mapper allowing different JDBC vendors to be mapped with vendor specific error codes to an
JdbcAggregationRepository.OptimisticLockingException }. |
Class | Description |
---|---|
ClassLoadingAwareObjectInputStream |
This class is copied from the Apache ActiveMQ project.
|
DefaultJdbcOptimisticLockingExceptionMapper |
A default
JdbcOptimisticLockingExceptionMapper which checks the caused exception (and its nested) whether any
of them is a constraint violation exception. |
JdbcAggregationRepository |
JDBC based
AggregationRepository JdbcAggregationRepository will only preserve any
Serializable compatible data types. |
JdbcCamelCodec |
Adapted from HawtDBCamelCodec
|
PostgresAggregationRepository |
PostgreSQL specific
JdbcAggregationRepository that deals with SQL Violation Exceptions using special
{@code INSERT INTO .. |
Apache Camel