181.6. 메시지 헤더

Camel은 교환에 다음 메시지 헤더를 추가합니다.

header유형설명

CamelJpaTemplate

JpaTemplate

Camel 2.12: JpaTemplate 오브젝트로 엔터티 빈에 액세스하는 데 사용되는 JpaTemplate 개체가 더 이상 지원되지 않습니다. 예를 들어 형식 변환기 또는 사용자 지정 처리를 수행하는 경우의 경우 이 개체가 필요합니다.You need this object in some situations, for example in a type converter or when you are doing some custom processing. 이 헤더에 대한 지원이 삭제된 이유는 CAMEL-5932 를 참조하십시오.

CamelEntityManager

EntityManager

Camel 2.12: JPA 소비자/ Camel 2.12.2: JPA 생산자: JpaConsumer 또는 JpaProducer 에서 사용하는 JPA EntityManager 오브젝트입니다.

CamelJpaParameters

map<String, Object>

Camel 2.23: JPA 생산자: 쿼리 매개변수를 교환 헤더로 전달하는 대체 방법입니다.