Package | Description |
---|---|
org.hibernate.transaction |
This package abstracts the underlying transaction mechanism
(JTA or JDBC) and provides strategies for obtaining application
server TransactionManagers.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CMTTransaction.isActive()
Is this transaction still active?
Again, this only returns information in relation to the
local transaction, not the actual underlying transaction.
|
boolean |
JTATransaction.isActive()
Is this transaction still active?
Again, this only returns information in relation to the
local transaction, not the actual underlying transaction.
|
boolean |
CMTTransaction.wasCommitted()
Check if this transaction was successfully committed.
|
boolean |
JTATransaction.wasCommitted()
Check if this transaction was successfully committed.
|
boolean |
CMTTransaction.wasRolledBack()
Was this transaction rolled back or set to rollback only?
This only accounts for actions initiated from this local transaction.
|
boolean |
JTATransaction.wasRolledBack()
Was this transaction rolled back or set to rollback only?
This only accounts for actions initiated from this local transaction.
|
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved