Uses of Class
org.hibernate.TransactionException

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.

 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.