@Configuration @EnableConfigurationProperties(value=JpaComponentConfiguration.class) public class JpaComponentAutoConfiguration extends Object
Constructor and Description |
---|
JpaComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.jpa.JpaComponent |
configureJpaComponent(org.apache.camel.CamelContext camelContext,
JpaComponentConfiguration configuration) |
@Bean(name="jpa-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.jpa.JpaComponent.class) public org.apache.camel.component.jpa.JpaComponent configureJpaComponent(org.apache.camel.CamelContext camelContext, JpaComponentConfiguration configuration) throws Exception
Exception
Apache Camel