Class SqlComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.sql.springboot.SqlComponentConfiguration
@ConfigurationProperties(prefix="camel.component.sql")
public class SqlComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Perform SQL queries using Spring JDBC.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetDataSource(DataSource dataSource) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetUsePlaceholder(Boolean usePlaceholder) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
SqlComponentConfiguration
public SqlComponentConfiguration()
-
-
Method Details
-
getDataSource
-
setDataSource
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getUsePlaceholder
-
setUsePlaceholder
-