Class JdbcComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.jdbc.springboot.JdbcComponentConfiguration

@ConfigurationProperties(prefix="camel.component.jdbc") public class JdbcComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Access databases through SQL and JDBC. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • JdbcComponentConfiguration

      public JdbcComponentConfiguration()
  • Method Details

    • 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)
    • getConnectionStrategy

      public org.apache.camel.component.jdbc.ConnectionStrategy getConnectionStrategy()
    • setConnectionStrategy

      public void setConnectionStrategy(org.apache.camel.component.jdbc.ConnectionStrategy connectionStrategy)