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