public static interface SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder extends ComponentBuilder<org.apache.camel.component.spring.jdbc.SpringJdbcComponent>
| Modifier and Type | Method and Description |
|---|---|
default SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder |
connectionStrategy(org.apache.camel.component.jdbc.ConnectionStrategy connectionStrategy)
To use a custom strategy for working with connections.
|
default 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 |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder dataSource(DataSource dataSource)
dataSource - the value to setdefault SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder connectionStrategy(org.apache.camel.component.jdbc.ConnectionStrategy connectionStrategy)
connectionStrategy - the value to setApache Camel