public class TransactionEntry extends Object
| Constructor and Description |
|---|
TransactionEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
decrementTransactionDepth()
Decrement the transaction depth by one to notice the remaining levels of a transaction.
|
boolean |
getAutoCommitState() |
Connection |
getConnection() |
int |
getTransactionDepth() |
void |
incrementTransactionDepth()
Increment the transaction depth by one to store the level of a transaction.
|
void |
setAutoCommitState(boolean autoCommitState) |
void |
setConnection(Connection connection) |
public Connection getConnection()
public void setConnection(Connection connection)
public int getTransactionDepth()
public void incrementTransactionDepth()
public void decrementTransactionDepth()
public boolean getAutoCommitState()
public void setAutoCommitState(boolean autoCommitState)
Copyright © 2020 WSO2. All rights reserved.