Uses of Package
org.jpox.store.query

Packages that use org.jpox.store.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.sco Provides implementations of the wrappers for the mutable Second Class Objects (SCO's) supported by JPOX. 
org.jpox.store.mapped.query   
org.jpox.store.mapped.scostore   
org.jpox.store.query Package providing generic methods for use by queries. 
 

Classes in org.jpox.store.query used by org.jpox
Query
          Abstract implementation for all queries in JPOX.
QueryManager
          Manages the runtime, metadata and lifecycle of queries.
 

Classes in org.jpox.store.query used by org.jpox.jdo
Query
          Abstract implementation for all queries in JPOX.
 

Classes in org.jpox.store.query used by org.jpox.query.evaluator
Query
          Abstract implementation for all queries in JPOX.
 

Classes in org.jpox.store.query used by org.jpox.sco
ResultObjectFactory
          An object that reads result set rows and returns corresponding object(s) from them.
 

Classes in org.jpox.store.query used by org.jpox.store.mapped.query
ResultObjectFactory
          An object that reads result set rows and returns corresponding object(s) from them.
 

Classes in org.jpox.store.query used by org.jpox.store.mapped.scostore
ResultObjectFactory
          An object that reads result set rows and returns corresponding object(s) from them.
 

Classes in org.jpox.store.query used by org.jpox.store.query
AbstractJavaQuery
          Abstract representation of a Java-based query.
AbstractSQLQuery
          Base definition of a query using SQL.
JPOXResultSetMetaData
          Metadata of JPOX query results.
Parser
          Parser for a Query.
Query
          Abstract implementation for all queries in JPOX.
Query.SubqueryDefinition
          Simple representation of a subquery, its candidate, params and variables.
QueryResult
          Lazy collection results from a Query.
ResultObjectFactory
          An object that reads result set rows and returns corresponding object(s) from them.
 



Copyright © -2008 . All Rights Reserved.