Package org.apache.camel.processor.aggregate.jdbc

Interface Summary
JdbcOptimisticLockingExceptionMapper Mapper allowing different JDBC vendors to be mapped with vendor specific error codes to an JdbcAggregationRepository.OptimisticLockingException}.
 

Class Summary
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
JdbcCamelCodec Adapted from HawtDBCamelCodec
 



Apache Camel