public interface ODataJPATransaction extends ODataCallback
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
|
Copyright © 2013-2017 The Apache Software Foundation. All Rights Reserved.