org.apache.camel.component.jpa
Interface TransactionStrategy

All Known Implementing Classes:
JpaTemplateTransactionStrategy

public interface TransactionStrategy

Version:

Method Summary
 Object execute(org.springframework.orm.jpa.JpaCallback<?> callback)
          Executes in a transaction.
 

Method Detail

execute

Object execute(org.springframework.orm.jpa.JpaCallback<?> callback)
Executes in a transaction.

Parameters:
callback - the callback
Returns:
the result


Apache CAMEL