org.hibernate.transaction
Class CMTTransaction
java.lang.Object
org.hibernate.transaction.CMTTransaction
- Transaction
public class CMTTransaction
extends java.lang.Object
Implements a basic transaction strategy for CMT transactions. All work is
done in the context of the container managed transaction.
The term 'CMT' is potentially misleading here; the pertinent point simply
being that the transactions are being managed by something other than the
Hibernate transaction mechanism.
getTransaction
public javax.transaction.Transaction getTransaction()
throws SystemException
Getter for property 'transaction'.
- Value for property 'transaction'.