default SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder |
SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder.advanced() |
|
default SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder |
SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder.beanRowMapper(String beanRowMapper) |
To use a custom org.apache.camel.component.jdbc.BeanRowMapper when
using outputClass.
|
default SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder |
SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder.beanRowMapper(org.apache.camel.component.jdbc.BeanRowMapper beanRowMapper) |
To use a custom org.apache.camel.component.jdbc.BeanRowMapper when
using outputClass.
|
default SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder |
SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder.connectionStrategy(String connectionStrategy) |
To use a custom strategy for working with connections.
|
default SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder |
SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder.connectionStrategy(org.apache.camel.component.jdbc.ConnectionStrategy connectionStrategy) |
To use a custom strategy for working with connections.
|
default SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder |
SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder |
SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder.lazyStartProducer(String lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder |
SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder.prepareStatementStrategy(String prepareStatementStrategy) |
Allows the plugin to use a custom
org.apache.camel.component.jdbc.JdbcPrepareStatementStrategy to
control preparation of the query and prepared statement.
|
default SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder |
SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder.prepareStatementStrategy(org.apache.camel.component.jdbc.JdbcPrepareStatementStrategy prepareStatementStrategy) |
Allows the plugin to use a custom
org.apache.camel.component.jdbc.JdbcPrepareStatementStrategy to
control preparation of the query and prepared statement.
|