Uses of Class
org.apache.camel.component.jpa.JpaTemplateTransactionStrategy

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(EntityManagerFactory emf)
          Creates a new implementation from the given JPA factory
static JpaTemplateTransactionStrategy JpaTemplateTransactionStrategy.newInstance(EntityManagerFactory emf, JpaTemplate template)
          Creates a new implementation from the given JPA factory and JPA template
static JpaTemplateTransactionStrategy JpaTemplateTransactionStrategy.newInstance(PlatformTransactionManager transactionManager, JpaTemplate template)
          Creates a new implementation from the given Transaction Manager and JPA template
 



Apache CAMEL