| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder |
SpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder.advanced() |
default SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder |
SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder.beanRowMapper(Object beanRowMapper)
To use a custom org.apache.camel.component.jdbc.BeanRowMapper when
using outputClass.
|
default SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder |
SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder.beanRowMapper(String beanRowMapper)
To use a custom org.apache.camel.component.jdbc.BeanRowMapper when
using outputClass.
|
default SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder |
SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder.connectionStrategy(Object connectionStrategy)
To use a custom strategy for working with connections.
|
default SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder |
SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder.connectionStrategy(String connectionStrategy)
To use a custom strategy for working with connections.
|
default SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder |
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 |
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.
|
Apache Camel