Uses of Interface
org.apache.camel.processor.aggregate.jdbc.JdbcOptimisticLockingExceptionMapper
-
Packages that use JdbcOptimisticLockingExceptionMapper Package Description 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 Modifier and Type Class Description class
DefaultJdbcOptimisticLockingExceptionMapper
A defaultJdbcOptimisticLockingExceptionMapper
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 Modifier and Type Method Description JdbcOptimisticLockingExceptionMapper
JdbcAggregationRepository. getJdbcOptimisticLockingExceptionMapper()
Methods in org.apache.camel.processor.aggregate.jdbc with parameters of type JdbcOptimisticLockingExceptionMapper Modifier and Type Method Description void
JdbcAggregationRepository. setJdbcOptimisticLockingExceptionMapper(JdbcOptimisticLockingExceptionMapper jdbcOptimisticLockingExceptionMapper)
-