Uses of Interface
org.apache.camel.builder.endpoint.dsl.SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder
Packages that use SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder
-
Uses of SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilderModifier and TypeMethodDescriptionSpringJdbcEndpointBuilderFactory.SpringJdbcEndpointBuilder.advanced()SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder.beanRowMapper(String beanRowMapper) To use a custom org.apache.camel.component.jdbc.BeanRowMapper when using outputClass.SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder.beanRowMapper(org.apache.camel.component.jdbc.BeanRowMapper beanRowMapper) To use a custom org.apache.camel.component.jdbc.BeanRowMapper when using outputClass.SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder.connectionStrategy(String connectionStrategy) To use a custom strategy for working with connections.SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder.connectionStrategy(org.apache.camel.component.jdbc.ConnectionStrategy connectionStrategy) To use a custom strategy for working with connections.SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).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.SpringJdbcEndpointBuilderFactory.AdvancedSpringJdbcEndpointBuilder.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.