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()
           
 boolean CMTTransaction.isActive()
           
 boolean JTATransaction.wasCommitted()
           
 boolean CMTTransaction.wasCommitted()
           
 boolean JTATransaction.wasRolledBack()
           
 boolean CMTTransaction.wasRolledBack()