Class SqlStoredComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.sql.stored.springboot.SqlStoredComponentConfiguration
@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!
-
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) voidsetDataSource(DataSource dataSource) voidsetLazyStartProducer(Boolean lazyStartProducer) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
SqlStoredComponentConfiguration
public SqlStoredComponentConfiguration()
-
-
Method Details
-
getDataSource
-
setDataSource
-
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-