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.ComponentConfigurationPropertiesCommonPerform 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 BooleangetAutowiredEnabled()BooleangetBridgeErrorHandler()DataSourcegetDataSource()BooleangetLazyStartProducer()BooleangetUsePlaceholder()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetBridgeErrorHandler(Boolean bridgeErrorHandler)voidsetDataSource(DataSource dataSource)voidsetLazyStartProducer(Boolean lazyStartProducer)voidsetUsePlaceholder(Boolean usePlaceholder)
-
-
-
Method Detail
-
getDataSource
public DataSource getDataSource()
-
setDataSource
public void setDataSource(DataSource dataSource)
-
getBridgeErrorHandler
public Boolean getBridgeErrorHandler()
-
setBridgeErrorHandler
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getAutowiredEnabled
public Boolean getAutowiredEnabled()
-
setAutowiredEnabled
public void setAutowiredEnabled(Boolean autowiredEnabled)
-
getUsePlaceholder
public Boolean getUsePlaceholder()
-
setUsePlaceholder
public void setUsePlaceholder(Boolean usePlaceholder)
-
-