| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static JpaComponentBuilderFactory.JpaComponentBuilder |
ComponentsBuilderFactory.jpa()
JPA (camel-jpa)
The jpa component enables you to store and retrieve Java objects from
databases using JPA.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
JpaComponentBuilderFactory.JpaComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default JpaComponentBuilderFactory.JpaComponentBuilder |
JpaComponentBuilderFactory.JpaComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default JpaComponentBuilderFactory.JpaComponentBuilder |
JpaComponentBuilderFactory.JpaComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default JpaComponentBuilderFactory.JpaComponentBuilder |
JpaComponentBuilderFactory.JpaComponentBuilder.entityManagerFactory(javax.persistence.EntityManagerFactory entityManagerFactory)
To use the EntityManagerFactory.
|
default JpaComponentBuilderFactory.JpaComponentBuilder |
JpaComponentBuilderFactory.JpaComponentBuilder.joinTransaction(boolean joinTransaction)
The camel-jpa component will join transaction by default.
|
static JpaComponentBuilderFactory.JpaComponentBuilder |
JpaComponentBuilderFactory.jpa()
JPA (camel-jpa)
The jpa component enables you to store and retrieve Java objects from
databases using JPA.
|
default JpaComponentBuilderFactory.JpaComponentBuilder |
JpaComponentBuilderFactory.JpaComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JpaComponentBuilderFactory.JpaComponentBuilder |
JpaComponentBuilderFactory.JpaComponentBuilder.sharedEntityManager(boolean sharedEntityManager)
Whether to use Spring's SharedEntityManager for the
consumer/producer.
|
default JpaComponentBuilderFactory.JpaComponentBuilder |
JpaComponentBuilderFactory.JpaComponentBuilder.transactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
To use the PlatformTransactionManager for managing transactions.
|
Apache Camel