站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Uses of Class net.sf.hibernate.odmg.Transaction (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


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.