default JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder |
JpaEndpointBuilderFactory.JpaEndpointBuilder.advanced() |
|
default JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder |
JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder.entityManagerProperties(String key,
Object value) |
Additional properties for the entity manager to use.
|
default JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder |
JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder.entityManagerProperties(Map values) |
Additional properties for the entity manager to use.
|
default JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder |
JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder.sharedEntityManager(boolean sharedEntityManager) |
Whether to use Spring's SharedEntityManager for the
consumer/producer.
|
default JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder |
JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder.sharedEntityManager(String sharedEntityManager) |
Whether to use Spring's SharedEntityManager for the
consumer/producer.
|
default JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder |
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 |
JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|