@Configuration @EnableConfigurationProperties(value=SqlLanguageConfiguration.class) @Conditional(value=SqlLanguageAutoConfiguration.Condition.class) public class SqlLanguageAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SqlLanguageAutoConfiguration.Condition |
Constructor and Description |
---|
SqlLanguageAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.language.sql.SqlLanguage |
configureSqlLanguage(org.apache.camel.CamelContext camelContext,
SqlLanguageConfiguration configuration) |
@Bean(name="sql-language") @Scope(value="prototype") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.language.sql.SqlLanguage.class) public org.apache.camel.language.sql.SqlLanguage configureSqlLanguage(org.apache.camel.CamelContext camelContext, SqlLanguageConfiguration configuration) throws Exception
Exception
Apache Camel