Package | Description |
---|---|
com.caucho.transaction | |
javax.transaction |
Modifier and Type | Method and Description |
---|---|
void |
TransactionManagerImpl.begin()
Create a new transaction and associate it with the thread.
|
void |
UserTransactionImpl.begin()
Start the transaction.
|
void |
UserTransactionProxy.begin()
Start the transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionManager.begin()
Start the transaction.
|
void |
UserTransaction.begin()
Start the transaction.
|