| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static JdbcComponentBuilderFactory.JdbcComponentBuilder |
ComponentsBuilderFactory.jdbc()
JDBC (camel-jdbc)
Access databases through SQL and JDBC.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
JdbcComponentBuilderFactory.JdbcComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default JdbcComponentBuilderFactory.JdbcComponentBuilder |
JdbcComponentBuilderFactory.JdbcComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default JdbcComponentBuilderFactory.JdbcComponentBuilder |
JdbcComponentBuilderFactory.JdbcComponentBuilder.dataSource(DataSource dataSource)
To use the DataSource instance instead of looking up the data source
by name from the registry.
|
static JdbcComponentBuilderFactory.JdbcComponentBuilder |
JdbcComponentBuilderFactory.jdbc()
JDBC (camel-jdbc)
Access databases through SQL and JDBC.
|
default JdbcComponentBuilderFactory.JdbcComponentBuilder |
JdbcComponentBuilderFactory.JdbcComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
Apache Camel