| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder
Advanced builder for endpoint for the JPA component.
|
| Modifier and Type | Method and Description |
|---|---|
default JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder |
JpaEndpointBuilderFactory.JpaEndpointProducerBuilder.advanced() |
default JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder |
JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder.entityManagerProperties(Map values)
Additional properties for the entity manager to use.
|
default JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder |
JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder.entityManagerProperties(String key,
Object value)
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.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.
|
Apache Camel