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