Uses of Interface
org.apache.camel.builder.component.dsl.SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder
Packages that use SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder
-
Uses of SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.springJdbc()Spring JDBC (camel-spring-jdbc) Access databases through SQL and JDBC with Spring Transaction support. -
Uses of SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilderModifier and TypeMethodDescriptionSpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder.connectionStrategy(org.apache.camel.component.jdbc.ConnectionStrategy connectionStrategy) To use a custom strategy for working with connections.SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder.dataSource(DataSource dataSource) To use the DataSource instance instead of looking up the data source by name from the registry.SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).SpringJdbcComponentBuilderFactory.springJdbc()Spring JDBC (camel-spring-jdbc) Access databases through SQL and JDBC with Spring Transaction support.