All Classes and Interfaces

Class
Description
Base class for JDBC-based idempotent repositories that allows the schema to be changed.
 
 
Stateful class that cached template functions.
JDBC based AggregationRepository JdbcAggregationRepository will only preserve any Serializable compatible data types.
PostgreSQL specific JdbcAggregationRepository that deals with SQL Violation Exceptions using special INSERT INTO .. ON CONFLICT DO NOTHING clause.
A default JdbcOptimisticLockingExceptionMapper which checks the caused exception (and its nested) whether any of them is a constraint violation exception.
Base class for SQL endpoints.
Default SqlPrepareStatementStrategy that supports named query parameters as well index based.
 
 
 
JDBC based AggregationRepository JdbcAggregationRepository will only preserve any Serializable compatible data types.
Generated by camel build tools - do NOT edit this file!
Caching version of JdbcMessageIdRepository
Adapted from HawtDBCamelCodec
Default implementation of AbstractJdbcMessageIdRepository
Generated by camel build tools - do NOT edit this file!
Mapper allowing different JDBC vendors to be mapped with vendor specific error codes to an OptimisticLockingAggregationRepository.OptimisticLockingException}.
Implementation of AbstractJdbcMessageIdRepository which handles orphan locks resulting from jvm crash.
 
This exception is thrown when parse errors are encountered.
 
 
PostgreSQL specific JdbcAggregationRepository that deals with SQL Violation Exceptions using special INSERT INTO .. ON CONFLICT DO NOTHING clause.
 
 
Factory for creating RowMapper.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
The SQL Component is for working with databases using JDBC queries.
Generated by camel build tools - do NOT edit this file!
SQL Constants.
 
Perform SQL queries using Spring JDBC.
Generated by camel build tools - do NOT edit this file!
Generated by camel build tools - do NOT edit this file!
 
Extended processing strategy for dealing with SQL when consuming, which uses a NamedParameterJdbcTemplate instead of plain JdbcTemplate.
 
Strategy for preparing statements when executing SQL queries.
Processing strategy for dealing with SQL when consuming.
 
 
Generated by camel build tools - do NOT edit this file!
 
Perform SQL queries as a JDBC Stored Procedures using Spring JDBC.
Generated by camel build tools - do NOT edit this file!
Generated by camel build tools - do NOT edit this file!
 
 
Token literal values and constants.
Token Manager.
Wrapper that simplifies operations on CallableStatement in SqlStoredProducer.
Root element of Simple Stored Procedure Template AST.
 
 
Describes the input token stream.
Token Manager Error.
ValueExtractotr extracts value from Exchange and Container object.