Class SqlComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.sql.springboot.SqlComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @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!
-
-
Constructor Summary
Constructors Constructor Description SqlComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetBasicPropertyBinding()BooleangetBridgeErrorHandler()StringgetDataSource()BooleangetLazyStartProducer()BooleangetUsePlaceholder()voidsetBasicPropertyBinding(Boolean basicPropertyBinding)voidsetBridgeErrorHandler(Boolean bridgeErrorHandler)voidsetDataSource(String dataSource)voidsetLazyStartProducer(Boolean lazyStartProducer)voidsetUsePlaceholder(Boolean usePlaceholder)
-
-
-
Method Detail
-
getDataSource
public String getDataSource()
-
setDataSource
public void setDataSource(String dataSource)
-
getBridgeErrorHandler
public Boolean getBridgeErrorHandler()
-
setBridgeErrorHandler
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getBasicPropertyBinding
public Boolean getBasicPropertyBinding()
-
setBasicPropertyBinding
public void setBasicPropertyBinding(Boolean basicPropertyBinding)
-
getUsePlaceholder
public Boolean getUsePlaceholder()
-
setUsePlaceholder
public void setUsePlaceholder(Boolean usePlaceholder)
-
-