|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JpaTemplateTransactionStrategy | |
---|---|
org.apache.camel.component.jpa | Defines the JPA component for polling databases or recording messages in a database. |
Uses of JpaTemplateTransactionStrategy in org.apache.camel.component.jpa |
---|
Methods in org.apache.camel.component.jpa that return JpaTemplateTransactionStrategy | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |