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

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


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

Packages that use Database
net.sf.hibernate.odmg   
 

Uses of Database in net.sf.hibernate.odmg
 

Methods in net.sf.hibernate.odmg that return Database
 Database Implementation.currentDatabase()
          Get the Database associated with the current thread (the most recent database created by the current thread or the default database).
 

Constructors in net.sf.hibernate.odmg with parameters of type Database
OQLQuery(Database db)
          Instantiate an OQLQuery for the current transaction.