|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionException | |
---|---|
org.hibernate.transaction | This package abstracts the underlying transaction mechanism (JTA or JDBC) and provides strategies for obtaining application server TransactionManagers. |
Uses of TransactionException in org.hibernate.transaction |
---|
Methods in org.hibernate.transaction that throw TransactionException | |
---|---|
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.isActive()
Is this transaction still active? Again, this only returns information in relation to the local transaction, not the actual underlying transaction. |
boolean |
JTATransaction.wasCommitted()
Check if this transaction was successfully committed. |
boolean |
CMTTransaction.wasCommitted()
Check if this transaction was successfully committed. |
boolean |
JTATransaction.wasRolledBack()
Was this transaction rolled back or set to rollback only? This only accounts for actions initiated from this local transaction. |
boolean |
CMTTransaction.wasRolledBack()
Was this transaction rolled back or set to rollback only? This only accounts for actions initiated from this local transaction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |