Uses of Class
org.apache.jdo.impl.pm.TransactionImpl

Packages that use TransactionImpl
org.apache.jdo.impl.pm This package contains classes that are for use across all kinds of implementations of the JDO Reference Implementation. 
 

Uses of TransactionImpl in org.apache.jdo.impl.pm
 

Fields in org.apache.jdo.impl.pm declared as TransactionImpl
private  TransactionImpl PersistenceManagerImpl._transaction
          Associated Transaction
private  TransactionImpl TransactionSynchronization.tx
          Reference to TransactionImpl instance associated with this instance of TransactionSynchronization
 

Constructors in org.apache.jdo.impl.pm with parameters of type TransactionImpl
TransactionSynchronization(TransactionImpl newtx)