default SqlComponentBuilderFactory.SqlComponentBuilder |
SqlComponentBuilderFactory.SqlComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default SqlComponentBuilderFactory.SqlComponentBuilder |
SqlComponentBuilderFactory.SqlComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default SqlComponentBuilderFactory.SqlComponentBuilder |
SqlComponentBuilderFactory.SqlComponentBuilder.dataSource(DataSource dataSource) |
Sets the DataSource to use to communicate with the database.
|
default SqlComponentBuilderFactory.SqlComponentBuilder |
SqlComponentBuilderFactory.SqlComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
static SqlComponentBuilderFactory.SqlComponentBuilder |
SqlComponentBuilderFactory.sql() |
SQL (camel-sql)
Perform SQL queries using Spring JDBC.
|
default SqlComponentBuilderFactory.SqlComponentBuilder |
SqlComponentBuilderFactory.SqlComponentBuilder.usePlaceholder(boolean usePlaceholder) |
Sets whether to use placeholder and replace all placeholder
characters with sign in the SQL queries.
|