Class | Description |
---|---|
Committed |
The transaction has committed.
|
Committing |
The transaction is in the process of committing.
|
NoTransaction |
There is no transaction associated with the current thread.
|
RollbackOnly |
The transaction is in a state which means that the only eventual outcome
is for it to rollback.
|
RolledBack |
The transaction has rolled back.
|
RollingBack |
The transaction is rolling back.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.