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 classDefaultJdbcOptimisticLockingExceptionMapperA defaultJdbcOptimisticLockingExceptionMapperwhich 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 JdbcOptimisticLockingExceptionMapperJdbcAggregationRepository. getJdbcOptimisticLockingExceptionMapper()Methods in org.apache.camel.processor.aggregate.jdbc with parameters of type JdbcOptimisticLockingExceptionMapper Modifier and Type Method Description voidJdbcAggregationRepository. setJdbcOptimisticLockingExceptionMapper(JdbcOptimisticLockingExceptionMapper jdbcOptimisticLockingExceptionMapper)
-