Package org.apache.camel.processor.aggregate.jdbc
-
Interface Summary Interface Description JdbcOptimisticLockingExceptionMapper Mapper allowing different JDBC vendors to be mapped with vendor specific error codes to anOptimisticLockingAggregationRepository.OptimisticLockingException
}. -
Class Summary Class Description ClassLoadingAwareObjectInputStream This class is copied from the Apache ActiveMQ project.DefaultJdbcOptimisticLockingExceptionMapper A defaultJdbcOptimisticLockingExceptionMapper
which checks the caused exception (and its nested) whether any of them is a constraint violation exception.JdbcAggregationRepository JDBC basedAggregationRepository
JdbcAggregationRepository will only preserve any Serializable compatible data types.JdbcCamelCodec Adapted from HawtDBCamelCodecPostgresAggregationRepository PostgreSQL specificJdbcAggregationRepository
that deals with SQL Violation Exceptions using specialINSERT INTO .. ON CONFLICT DO NOTHING
claues.