Uses of Interface
org.apache.camel.component.jpa.TransactionStrategy

Packages that use TransactionStrategy
org.apache.camel.component.jpa Defines the JPA component for polling databases or recording messages in a database. 
 

Uses of TransactionStrategy in org.apache.camel.component.jpa
 

Classes in org.apache.camel.component.jpa that implement TransactionStrategy
 class JpaTemplateTransactionStrategy
          Delegates the strategy to the JpaTemplate and TransactionTemplate for transaction handling
 

Methods in org.apache.camel.component.jpa that return TransactionStrategy
protected  TransactionStrategy JpaEndpoint.createTransactionStrategy()
           
 



Apache CAMEL