Uses of Class
org.apache.camel.processor.aggregate.jdbc.JdbcAggregationRepository
-
Packages that use JdbcAggregationRepository Package Description org.apache.camel.processor.aggregate.jdbc -
-
Uses of JdbcAggregationRepository in org.apache.camel.processor.aggregate.jdbc
Subclasses of JdbcAggregationRepository in org.apache.camel.processor.aggregate.jdbc Modifier and Type Class Description class
PostgresAggregationRepository
PostgreSQL specificJdbcAggregationRepository
that deals with SQL Violation Exceptions using specialINSERT INTO .. ON CONFLICT DO NOTHING
claues.
-