default JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder |
JdbcEndpointBuilderFactory.JdbcEndpointBuilder.advanced() |
|
default JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder |
JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder.beanRowMapper(Object beanRowMapper) |
To use a custom org.apache.camel.component.jdbc.BeanRowMapper when
using outputClass.
|
default JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder |
JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder.beanRowMapper(String beanRowMapper) |
To use a custom org.apache.camel.component.jdbc.BeanRowMapper when
using outputClass.
|
default JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder |
JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder.prepareStatementStrategy(Object prepareStatementStrategy) |
Allows the plugin to use a custom
org.apache.camel.component.jdbc.JdbcPrepareStatementStrategy to
control preparation of the query and prepared statement.
|
default JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder |
JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder.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 JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder |
JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder.synchronous(boolean synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder |
JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|