This project has retired. For details please refer to its
Attic page .
ODataJPATransaction (olingo-odata2-parent 2.0.10 API)
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
void
begin ()
implement the start of the transaction
void
commit ()
implement the commit of the transaction
boolean
isActive ()
implement status of the transaction context
void
rollback ()
implement the rollback of the transaction
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2013-2017 The Apache Software Foundation . All Rights Reserved.