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