Uses of Class
org.hibernate.TransactionException

Packages that use TransactionException
org.hibernate.transaction   
 

Uses of TransactionException in org.hibernate.transaction
 

Methods in org.hibernate.transaction that throw TransactionException
 boolean CMTTransaction.isActive()
           
 boolean JTATransaction.isActive()
           
 boolean CMTTransaction.wasCommitted()
           
 boolean JTATransaction.wasCommitted()
           
 boolean CMTTransaction.wasRolledBack()
           
 boolean JTATransaction.wasRolledBack()