Uses of Class
net.sf.hibernate.odmg.Transaction

Packages that use Transaction
net.sf.hibernate.odmg   
 

Uses of Transaction in net.sf.hibernate.odmg
 

Methods in net.sf.hibernate.odmg that return Transaction
 Transaction Database.currentTransaction()
          Get the Transaction associatedm with the current thread.
 

Constructors in net.sf.hibernate.odmg with parameters of type Transaction
OQLQuery(Transaction tx)
          Instantiate an OQLQuery for the given transaction.