JPA
Since Camel Quarkus1.0.0 JVMsupported Nativesupported
Store and retrieve Java objects from databases using Java Persistence API (JPA).
What’s inside
-
JPA component, URI syntax:
jpa:entityType
Please refer to the above link for usage and configuration details.
Maven coordinates
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jpa</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.
Additional Camel Quarkus configuration
The extension leverages Quarkus Hibernate ORM to provide the JPA implementation via Hibernate.
Refer to the Quarkus Hibernate ORM documentation to see how to configure Hibernate and your datasource,
When a single persistence unit is used, the Camel Quarkus JPA extension will automatically configure the JPA component with a
EntityManagerFactory
and TransactionManager
.