org.apache.camel.component.jpa
Interface TransactionStrategy

All Superinterfaces:
Service
All Known Implementing Classes:
DefaultTransactionStrategy, JpaTemplateTransactionStrategy

public interface TransactionStrategy
extends Service

Version:
$Revision: 630591 $

Method Summary
 Object execute(JpaCallback callback)
           
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

Method Detail

execute

Object execute(JpaCallback callback)


Apache CAMEL