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.ComponentConfigurationPropertiesCommon
Perform 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 BooleangetBasicPropertyBinding()StringgetDataSource()BooleangetLazyStartProducer()voidsetBasicPropertyBinding(Boolean basicPropertyBinding)voidsetDataSource(String dataSource)voidsetLazyStartProducer(Boolean lazyStartProducer)
-
-
-
Method Detail
-
getDataSource
public String getDataSource()
-
setDataSource
public void setDataSource(String dataSource)
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getBasicPropertyBinding
public Boolean getBasicPropertyBinding()
-
setBasicPropertyBinding
public void setBasicPropertyBinding(Boolean basicPropertyBinding)
-
-