You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

JPA Component

The jpa: component allows you to work with databases using JPA (EJB 3 Persistence) such as for working with OpenJPA, Hibernate, TopLink to work with relational databases.

Sending POJOs to the JPA endpoint inserts entities into the database. Consuming messages removes (or updates) entities in the database.

URI format

jpa:entityClassName

Options

Name

Default Value

Description

  • No labels