Uses of Interface
org.apache.camel.processor.aggregate.jdbc.JdbcOptimisticLockingExceptionMapper

Packages that use JdbcOptimisticLockingExceptionMapper
org.apache.camel.processor.aggregate.jdbc   
 

Uses of JdbcOptimisticLockingExceptionMapper in org.apache.camel.processor.aggregate.jdbc
 

Classes in org.apache.camel.processor.aggregate.jdbc that implement JdbcOptimisticLockingExceptionMapper
 class DefaultJdbcOptimisticLockingExceptionMapper
          A default JdbcOptimisticLockingExceptionMapper which checks the caused exception (and its nested) whether any of them is a constraint violation exception.
 

Methods in org.apache.camel.processor.aggregate.jdbc that return JdbcOptimisticLockingExceptionMapper
 JdbcOptimisticLockingExceptionMapper JdbcAggregationRepository.getJdbcOptimisticLockingExceptionMapper()
           
 

Methods in org.apache.camel.processor.aggregate.jdbc with parameters of type JdbcOptimisticLockingExceptionMapper
 void JdbcAggregationRepository.setJdbcOptimisticLockingExceptionMapper(JdbcOptimisticLockingExceptionMapper jdbcOptimisticLockingExceptionMapper)
           
 



Apache Camel