| ClusteredJdbcAggregationRepository |
JDBC based AggregationRepository JdbcAggregationRepository will only preserve any
Serializable compatible data types.
|
| ClusteredPostgresAggregationRepository |
PostgreSQL specific JdbcAggregationRepository that deals with SQL Violation Exceptions using special
INSERT INTO .. ON CONFLICT DO NOTHING claues.
|
| DefaultJdbcOptimisticLockingExceptionMapper |
|
| JdbcAggregationRepository |
JDBC based AggregationRepository JdbcAggregationRepository will only preserve any
Serializable compatible data types.
|
| JdbcCamelCodec |
Adapted from HawtDBCamelCodec
|
| PostgresAggregationRepository |
PostgreSQL specific JdbcAggregationRepository that deals with SQL Violation Exceptions using special
INSERT INTO .. ON CONFLICT DO NOTHING claues.
|