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.