org.apache.camel.component.jpa
Interface TransactionStrategy

All Superinterfaces:
org.apache.camel.Service
All Known Implementing Classes:
DefaultTransactionStrategy, JpaTemplateTransactionStrategy

public interface TransactionStrategy
extends org.apache.camel.Service

Version:
$Revision: 525537 $

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

Method Detail

execute

Object execute(org.springframework.orm.jpa.JpaCallback callback)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.