@Configuration @EnableConfigurationProperties(value=JpaComponentConfiguration.class) public class JpaComponentAutoConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JpaComponentAutoConfiguration.Condition |
| Constructor and Description |
|---|
JpaComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.jpa.JpaComponent |
configureJpaComponent(org.apache.camel.CamelContext camelContext,
JpaComponentConfiguration configuration) |
@Lazy
@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
ExceptionApache Camel