public static interface JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default JpaEndpointBuilderFactory.JpaEndpointProducerBuilder |
basic() |
default JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder |
entityManagerProperties(Map values)
Additional properties for the entity manager to use.
|
default JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder |
entityManagerProperties(String key,
Object value)
Additional properties for the entity manager to use.
|
default JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder |
sharedEntityManager(boolean sharedEntityManager)
Whether to use Spring's SharedEntityManager for the
consumer/producer.
|
default JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder |
sharedEntityManager(String sharedEntityManager)
Whether to use Spring's SharedEntityManager for the
consumer/producer.
|
default JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder |
usePassedInEntityManager(boolean usePassedInEntityManager)
If set to true, then Camel will use the EntityManager from the header
JpaConstants.ENTITY_MANAGER instead of the configured entity manager
on the component/endpoint.
|
default JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder |
usePassedInEntityManager(String usePassedInEntityManager)
If set to true, then Camel will use the EntityManager from the header
JpaConstants.ENTITY_MANAGER instead of the configured entity manager
on the component/endpoint.
|
default JpaEndpointBuilderFactory.JpaEndpointProducerBuilder basic()
default JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder usePassedInEntityManager(boolean usePassedInEntityManager)
usePassedInEntityManager - the value to setdefault JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder usePassedInEntityManager(String usePassedInEntityManager)
usePassedInEntityManager - the value to setdefault JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder entityManagerProperties(String key, Object value)
key - the option keyvalue - the option valuedefault JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder entityManagerProperties(Map values)
values - the valuesdefault JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder sharedEntityManager(boolean sharedEntityManager)
sharedEntityManager - the value to setdefault JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder sharedEntityManager(String sharedEntityManager)
sharedEntityManager - the value to setApache Camel