public static interface JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder extends JpaEndpointBuilderFactory.AdvancedJpaEndpointConsumerBuilder, JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default JpaEndpointBuilderFactory.JpaEndpointBuilder |
basic() |
default JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder |
entityManagerProperties(Map values)
Additional properties for the entity manager to use.
|
default JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder |
entityManagerProperties(String key,
Object value)
Additional properties for the entity manager to use.
|
default JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder |
sharedEntityManager(boolean sharedEntityManager)
Whether to use Spring's SharedEntityManager for the
consumer/producer.
|
default JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder |
sharedEntityManager(String sharedEntityManager)
Whether to use Spring's SharedEntityManager for the
consumer/producer.
|
default JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePattern, parameters, parameters, pollStrategy, pollStrategydoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUriusePassedInEntityManager, usePassedInEntityManagerdefault JpaEndpointBuilderFactory.JpaEndpointBuilder basic()
basic in interface JpaEndpointBuilderFactory.AdvancedJpaEndpointConsumerBuilderbasic in interface JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilderdefault JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedbasicPropertyBinding in interface JpaEndpointBuilderFactory.AdvancedJpaEndpointConsumerBuilderbasicPropertyBinding in interface JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilderdefault JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advancedbasicPropertyBinding in interface JpaEndpointBuilderFactory.AdvancedJpaEndpointConsumerBuilderbasicPropertyBinding in interface JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilderdefault JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder entityManagerProperties(String key, Object value)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
entityManagerProperties(String, Object) method to add a value (call
the method multiple times to set more values).
Group: advancedentityManagerProperties in interface JpaEndpointBuilderFactory.AdvancedJpaEndpointConsumerBuilderentityManagerProperties in interface JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilderdefault JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder entityManagerProperties(Map values)
java.util.Map<java.lang.String,
java.lang.Object> type.
The option is multivalued, and you can use the
entityManagerProperties(String, Object) method to add a value (call
the method multiple times to set more values).
Group: advancedentityManagerProperties in interface JpaEndpointBuilderFactory.AdvancedJpaEndpointConsumerBuilderentityManagerProperties in interface JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilderdefault JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder sharedEntityManager(boolean sharedEntityManager)
boolean type.
Default: false
Group: advancedsharedEntityManager in interface JpaEndpointBuilderFactory.AdvancedJpaEndpointConsumerBuildersharedEntityManager in interface JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilderdefault JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder sharedEntityManager(String sharedEntityManager)
boolean type.
Default: false
Group: advancedsharedEntityManager in interface JpaEndpointBuilderFactory.AdvancedJpaEndpointConsumerBuildersharedEntityManager in interface JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilderdefault JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advancedsynchronous in interface JpaEndpointBuilderFactory.AdvancedJpaEndpointConsumerBuildersynchronous in interface JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilderdefault JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advancedsynchronous in interface JpaEndpointBuilderFactory.AdvancedJpaEndpointConsumerBuildersynchronous in interface JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilderApache Camel