Uses of Interface
org.apache.camel.builder.endpoint.dsl.JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder
Packages that use JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder
-
Uses of JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilderModifier and TypeMethodDescriptionJdbcEndpointBuilderFactory.JdbcEndpointBuilder.advanced()JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder.beanRowMapper(String beanRowMapper) To use a custom org.apache.camel.component.jdbc.BeanRowMapper when using outputClass.JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder.beanRowMapper(org.apache.camel.component.jdbc.BeanRowMapper beanRowMapper) To use a custom org.apache.camel.component.jdbc.BeanRowMapper when using outputClass.JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder.connectionStrategy(String connectionStrategy) To use a custom strategy for working with connections.JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder.connectionStrategy(org.apache.camel.component.jdbc.ConnectionStrategy connectionStrategy) To use a custom strategy for working with connections.JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).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.JdbcEndpointBuilderFactory.AdvancedJdbcEndpointBuilder.prepareStatementStrategy(org.apache.camel.component.jdbc.JdbcPrepareStatementStrategy prepareStatementStrategy) Allows the plugin to use a custom org.apache.camel.component.jdbc.JdbcPrepareStatementStrategy to control preparation of the query and prepared statement.