Uses of Interface
org.exolab.castor.jdo.Query

Packages that use Query
org.exolab.castor.jdo The Java Data Objects API Version: $Revision: 6216 $ $Date: 2005-04-21 14:21:10 -0600 (Thu, 21 Apr 2005) $ Author: Assaf Arkin The class JDOManager provides the Castor JDO engine used for obtaining a database connection. 
org.exolab.castor.jdo.engine Implementation of the Castor JDO engine. 
 

Uses of Query in org.exolab.castor.jdo
 

Subinterfaces of Query in org.exolab.castor.jdo
 interface OQLQuery
          An OQL query object.
 

Methods in org.exolab.castor.jdo that return Query
 Query Database.getQuery()
          Creates an empty query.
 

Uses of Query in org.exolab.castor.jdo.engine
 

Classes in org.exolab.castor.jdo.engine that implement Query
 class OQLQueryImpl
          An OQLQuery implementation to execute a query based upon an OQL statement.
 

Methods in org.exolab.castor.jdo.engine that return Query
 Query AbstractDatabaseImpl.getQuery()
          Creates an empty query.
 



Copyright © 2010. All Rights Reserved.