Uses of Interface
org.apache.camel.builder.component.dsl.SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder
-
Packages that use SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder Modifier and Type Method Description static SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilderComponentsBuilderFactory. 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.SpringJdbcComponentBuilder Modifier and Type Class Description static classSpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilderImplMethods in org.apache.camel.builder.component.dsl that return SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder Modifier and Type Method Description default SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilderSpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder. autowiredEnabled(boolean autowiredEnabled)Whether autowiring is enabled.default SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilderSpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder. connectionStrategy(org.apache.camel.component.jdbc.ConnectionStrategy connectionStrategy)To use a custom strategy for working with connections.default SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilderSpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder. dataSource(DataSource dataSource)To use the DataSource instance instead of looking up the data source by name from the registry.default SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilderSpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder. lazyStartProducer(boolean lazyStartProducer)Whether the producer should be started lazy (on the first message).static SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilderSpringJdbcComponentBuilderFactory. springJdbc()Spring JDBC (camel-spring-jdbc) Access databases through SQL and JDBC with Spring Transaction support.
-