Uses of Interface
org.apache.camel.builder.component.dsl.SqlComponentBuilderFactory.SqlComponentBuilder
Packages that use SqlComponentBuilderFactory.SqlComponentBuilder
-
Uses of SqlComponentBuilderFactory.SqlComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return SqlComponentBuilderFactory.SqlComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.sql()SQL (camel-sql) Perform SQL queries using Spring JDBC. -
Uses of SqlComponentBuilderFactory.SqlComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement SqlComponentBuilderFactory.SqlComponentBuilderMethods in org.apache.camel.builder.component.dsl that return SqlComponentBuilderFactory.SqlComponentBuilderModifier and TypeMethodDescriptionSqlComponentBuilderFactory.SqlComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.SqlComponentBuilderFactory.SqlComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.SqlComponentBuilderFactory.SqlComponentBuilder.dataSource(DataSource dataSource) Sets the DataSource to use to communicate with the database.SqlComponentBuilderFactory.SqlComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.SqlComponentBuilderFactory.SqlComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.SqlComponentBuilderFactory.SqlComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).SqlComponentBuilderFactory.SqlComponentBuilder.rowMapperFactory(org.apache.camel.component.sql.RowMapperFactory rowMapperFactory) Factory for creating RowMapper.SqlComponentBuilderFactory.SqlComponentBuilder.serviceLocationEnabled(boolean serviceLocationEnabled) Whether to detect the network address location of the JMS broker on startup.SqlComponentBuilderFactory.sql()SQL (camel-sql) Perform SQL queries using Spring JDBC.SqlComponentBuilderFactory.SqlComponentBuilder.usePlaceholder(boolean usePlaceholder) Sets whether to use placeholder and replace all placeholder characters with sign in the SQL queries.