| Package | Description |
|---|---|
| org.apache.camel.processor.aggregate.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJdbcOptimisticLockingExceptionMapper
A default
JdbcOptimisticLockingExceptionMapper which checks the caused exception (and its nested)
whether any of them is a constraint violation exception. |
| Modifier and Type | Method and Description |
|---|---|
JdbcOptimisticLockingExceptionMapper |
JdbcAggregationRepository.getJdbcOptimisticLockingExceptionMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcAggregationRepository.setJdbcOptimisticLockingExceptionMapper(JdbcOptimisticLockingExceptionMapper jdbcOptimisticLockingExceptionMapper) |
Apache Camel