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 DefaultJdbcOptimisticLockingExceptionMapper A defaultJdbcOptimisticLockingExceptionMapperwhich checks the caused exception (and its nested) whether any of them is a constraint violation exception.JdbcAggregationRepository JDBC basedAggregationRepositoryJdbcAggregationRepository will only preserve any Serializable compatible data types.JdbcCamelCodec Adapted from HawtDBCamelCodecPostgresAggregationRepository PostgreSQL specificJdbcAggregationRepositorythat deals with SQL Violation Exceptions using specialINSERT INTO .. ON CONFLICT DO NOTHINGclaues.