| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
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).
|
Apache Camel