Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Camel adds the following message headers to the exchange:

Div
classconfluenceTableSmall

Header

Type

Description

CamelJpaTemplate

JpaTemplate

Not supported anymore since Camel 2.12: The JpaTemplate object that is used to access the entity bean. You need this object in some situations, for instance in a type converter or when you are doing some custom processing. See CAMEL-5932 for the reason why the support for this header has been dropped.

CamelEntityManager

EntityManager

Camel 2.12: JPA consumer / Camel

Wiki Markup
{div:class=confluenceTableSmall} || Header || Type || Description || | {{CamelJpaTemplate}} | {{JpaTemplate}} | *Not supported anymore since Camel 2.12:* The {{JpaTemplate}} object that is used to access the entity bean. You need this object in some situations, for instance in a type converter or when you are doing some custom processing. See [CAMEL-5932|https://issues.apache.org/jira/browse/CAMEL-5932] for the reason why the support for this header has been dropped. | | {{CamelEntityManager}} | {{EntityManager}} | *Camel 2.12: JPA consumer / Camel

2.12.2:

JPA

producer:

*

The

JPA

{{

EntityManager

}}

object

being

used

by

{{

JpaConsumer

}}

or

{{

JpaProducer

}}

.

| {div}

Configuring EntityManagerFactory

...