Uses of Class
org.jpox.store.query.Query

Packages that use Query
org.jpox This package provides classes that are typically client-facing. 
org.jpox.jdo Package providing components specific to JDO persistence. 
org.jpox.query.evaluator   
org.jpox.store.query Package providing generic methods for use by queries. 
 

Uses of Query in org.jpox
 

Methods in org.jpox that return Query
 Query ObjectManagerImpl.newQuery()
          Construct an empty query instance.
 Query ObjectManager.newQuery()
          Accessor for a new Query.
 

Uses of Query in org.jpox.jdo
 

Methods in org.jpox.jdo that return Query
 Query JDOQuery.getInternalQuery()
          Accessor for the internal query.
 

Constructors in org.jpox.jdo with parameters of type Query
JDOQuery(javax.jdo.PersistenceManager pm, Query query, java.lang.String language)
          Constructor for a query used by JDO.
 

Uses of Query in org.jpox.query.evaluator
 

Constructors in org.jpox.query.evaluator with parameters of type Query
JDOQLEvaluator(Query query, java.util.List set, Expression[] result, SymbolTable symtbl, Expression[] grouping, Expression[] ordering, Expression having, Expression filter, ClassLoaderResolver clr)
          ResultMapper for handling the setResult instruction
 

Uses of Query in org.jpox.store.query
 

Subclasses of Query in org.jpox.store.query
 class AbstractJavaQuery
          Abstract representation of a Java-based query.
 class AbstractJDOQLQuery
          Abstract representation of a JDOQL query used by JPOX.
 class AbstractJPQLQuery
          Abstract representation of a JPQL query used by JPOX.
 class AbstractSQLQuery
          Base definition of a query using SQL.
 

Fields in org.jpox.store.query declared as Query
protected  Query AbstractQueryResult.query
          The Query object.
protected  Query QueryCompiler.query
          The query being compiled.
 

Methods in org.jpox.store.query that return Query
 Query Query.SubqueryDefinition.getQuery()
           
 Query QueryManager.newQuery(java.lang.String language, ObjectManager om, java.lang.Object query)
          Method to generate a new query using the passed query as basis.
 

Methods in org.jpox.store.query with parameters of type Query
 void Query.addSubquery(Query sub, java.lang.String variableDecl, java.lang.String candidateExpr, java.util.Map paramMap)
          Method to add a subquery to this query.
 

Constructors in org.jpox.store.query with parameters of type Query
AbstractQueryResult(Query query)
          Constructor of the result from a Query.
JDOQLSingleStringParser(Query query, java.lang.String queryString)
          Constructor for the Single-String parser.
JPQLSingleStringParser(Query query, java.lang.String queryString)
          Constructor for the Single-String parser.
Query.SubqueryDefinition(Query q, java.lang.String candidates, java.lang.String variables, java.util.Map params)
           
QueryCompiler(Query query, Imports imports, java.util.Map parameters)
          Constructor for a compiler of java queries.
 



Copyright © -2008 . All Rights Reserved.