Interface ODataJPATransaction
-
- All Superinterfaces:
ODataCallback
public interface ODataJPATransaction extends ODataCallback
Interface for JPA-Transaction abstraction. Default implementation is Resource local, while additional an override may used to insert JTA compatible transactions as well.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbegin()implement the start of the transactionvoidcommit()implement the commit of the transactionbooleanisActive()implement status of the transaction contextvoidrollback()implement the rollback of the transaction
-