| Package | Description |
|---|---|
| org.apache.camel.component.jpa |
Defines the JPA component for polling databases or recording messages in a database.
|
| Modifier and Type | Method and Description |
|---|---|
static JpaTemplateTransactionStrategy |
JpaTemplateTransactionStrategy.newInstance(javax.persistence.EntityManagerFactory emf)
Creates a new implementation from the given JPA factory
|
static JpaTemplateTransactionStrategy |
JpaTemplateTransactionStrategy.newInstance(javax.persistence.EntityManagerFactory emf,
org.springframework.orm.jpa.JpaTemplate template)
Creates a new implementation from the given JPA factory and JPA template
|
static JpaTemplateTransactionStrategy |
JpaTemplateTransactionStrategy.newInstance(org.springframework.transaction.PlatformTransactionManager transactionManager,
org.springframework.orm.jpa.JpaTemplate template)
Creates a new implementation from the given Transaction Manager and JPA template
|
Apache Camel