Skip to content

component jpa

Raymond Meester edited this page Mar 6, 2023 · 1 revision

The JPA component enables you to store and retrieve Java objects from persistent storage using EJB 3’s Java Persistence Architecture (JPA), which is a standard interface layer that wraps Object/Relational Mapping (ORM) products such as OpenJPA, Hibernate, TopLink, and so on.

Camel Documentation

Clone this wiki locally