public static interface JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default JdbcEndpointBuilderFactory.JdbcEndpointBuilder |
basic() |
default JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder |
beanRowMapper(Object beanRowMapper)
To use a custom org.apache.camel.component.jdbc.BeanRowMapper when
using outputClass.
|
default JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder |
beanRowMapper(String beanRowMapper)
To use a custom org.apache.camel.component.jdbc.BeanRowMapper when
using outputClass.
|
default JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder |
connectionStrategy(Object connectionStrategy)
To use a custom strategy for working with connections.
|
default JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder |
connectionStrategy(String connectionStrategy)
To use a custom strategy for working with connections.
|
default 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 |
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.JdbcEndpointBuilder basic()
default JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder beanRowMapper(Object beanRowMapper)
beanRowMapper - the value to setdefault JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder beanRowMapper(String beanRowMapper)
beanRowMapper - the value to setdefault JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder connectionStrategy(Object connectionStrategy)
connectionStrategy - the value to setdefault JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder connectionStrategy(String connectionStrategy)
connectionStrategy - the value to setdefault JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder prepareStatementStrategy(Object prepareStatementStrategy)
prepareStatementStrategy - the value to setdefault JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder prepareStatementStrategy(String prepareStatementStrategy)
prepareStatementStrategy - the value to setApache Camel