Class SqlStoredComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.sql.stored.springboot.SqlStoredComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.sql-stored") public class SqlStoredComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommonPerform SQL queries as a JDBC Stored Procedures using Spring JDBC. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description SqlStoredComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutowiredEnabled()DataSourcegetDataSource()BooleangetLazyStartProducer()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetDataSource(DataSource dataSource)voidsetLazyStartProducer(Boolean lazyStartProducer)
-
-
-
Method Detail
-
getDataSource
public DataSource getDataSource()
-
setDataSource
public void setDataSource(DataSource dataSource)
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getAutowiredEnabled
public Boolean getAutowiredEnabled()
-
setAutowiredEnabled
public void setAutowiredEnabled(Boolean autowiredEnabled)
-
-