public interface TransactionManager
| Modifier and Type | Method and Description |
|---|---|
default void |
cleanupTransaction()
Method used to release the Data sources.
|
void |
commitTransaction()
Method used to implement the commit transaction.
|
void |
rollbackTransaction()
Roll back the Transaction if something goes wrong during the transaction process.
|
void |
startTransaction()
Method used to initialize the transaction process.
|
void commitTransaction()
throws TransactionException
TransactionExceptionvoid rollbackTransaction()
throws TransactionException
TransactionExceptionvoid startTransaction()
throws TransactionException
TransactionExceptiondefault void cleanupTransaction()
Copyright © 2020 SAP. All Rights Reserved.