Package org.apache.camel.processor.aggregate.jdbc
package org.apache.camel.processor.aggregate.jdbc
-
ClassDescriptionJDBC based
AggregationRepositoryJdbcAggregationRepository will only preserve any Serializable compatible data types.PostgreSQL specificJdbcAggregationRepositorythat deals with SQL Violation Exceptions using specialINSERT INTO .. ON CONFLICT DO NOTHINGclaues.A defaultJdbcOptimisticLockingExceptionMapperwhich checks the caused exception (and its nested) whether any of them is a constraint violation exception.JDBC basedAggregationRepositoryJdbcAggregationRepository will only preserve any Serializable compatible data types.Adapted from HawtDBCamelCodecMapper allowing different JDBC vendors to be mapped with vendor specific error codes to anOptimisticLockingAggregationRepository.OptimisticLockingException}.PostgreSQL specificJdbcAggregationRepositorythat deals with SQL Violation Exceptions using specialINSERT INTO .. ON CONFLICT DO NOTHINGclaues.