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