Class | Description |
---|---|
TransactionManager |
The manager for transaction.
|
TransactionScope |
The handler of a transaction manager which is scope (means try-with-resources statement) based.
|
TransactionTraceInfo |
Represents the stack traced information for transaction.
|
TransactionTraceInfo.Builder |
Builder of traced information for transaction.
|
Exception | Description |
---|---|
AlreadyRollbackedException |
Thrown to indicate that a transaction has been already rollbacked by another
rollback() . |
Copyright © 2015. All rights reserved.