| 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.connectionStrategy(Object connectionStrategy)
To use a custom strategy for working with connections.
|
default JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder |
JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder.connectionStrategy(String connectionStrategy)
To use a custom strategy for working with connections.
|
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.
|
Apache Camel