| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder |
ComponentsBuilderFactory.springJdbc()
Spring JDBC (camel-spring-jdbc)
Access databases through SQL and JDBC with Spring Transaction support.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder |
SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder |
SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder.connectionStrategy(org.apache.camel.component.jdbc.ConnectionStrategy connectionStrategy)
To use a custom strategy for working with connections.
|
default SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder |
SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder.dataSource(DataSource dataSource)
To use the DataSource instance instead of looking up the data source
by name from the registry.
|
default SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder |
SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
static SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder |
SpringJdbcComponentBuilderFactory.springJdbc()
Spring JDBC (camel-spring-jdbc)
Access databases through SQL and JDBC with Spring Transaction support.
|
Apache Camel