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.resource A JCA resource adapter for JPOX. 
org.jpox.sco Provides implementations of the wrappers for the mutable Second Class Objects (SCO's) supported by JPOX. 
org.jpox.store.expression This package provides a series of expressions and literals used in the conversion of a JDOQL query into the resultant SQL that is required to be executed in the datastore. 
org.jpox.store.extent Package providing a definition of an Extent, to be provided by datastore-specific providers. 
org.jpox.store.query Provides implementations of the JDO Query interface, and ways of extracting an Object from the Query result set. 
org.jpox.store.rdbms.extent Provides implementations of the JDO Extent interface, for RDBMS tables and views. 
org.jpox.store.rdbms.query Package providing extensions to the default QueryStatement used to generate all JDOQL queries. 
org.jpox.store.rdbms.scostore This package provides classes defining the (SCO) backing store for various container classes (Collections/Maps) within JPOX. 
org.jpox.store.scostore Package providing backing store definitions for SCO stores. 
 

Classes in org.jpox.store.query used by org.jpox
QueryResult
          Lazy collection results from a Query.
 

Classes in org.jpox.store.query used by org.jpox.resource
QueryResult
          Lazy collection results from a Query.
 

Classes in org.jpox.store.query used by org.jpox.sco
Query.ResultObjectFactory
          An object that reads result set rows and returns corresponding persistent objects from them.
Queryable
          Indicates an object that can be queried, such as an Extent or persistent collection.
 

Classes in org.jpox.store.query used by org.jpox.store.expression
JDOQLQuery.Compiler
          Inner class to compile the query for execution.
 

Classes in org.jpox.store.query used by org.jpox.store.extent
Query
          Abstract implementation of the JDO query interface.
 

Classes in org.jpox.store.query used by org.jpox.store.query
AbstractIteratorStatement
          Abstract representation of a statement that is used for iterating through a list of objects of a class, possibly including subclasses.
AbstractQueryResult
          Abstract representation of a QueryResult.
JDOQLQuery
          A JDO query that uses the JQOQL language.
JDOQLResultSetMetaData
          Metadata of JDOQL results
Query
          Abstract implementation of the JDO query interface.
Query.ResultObjectFactory
          An object that reads result set rows and returns corresponding persistent objects from them.
Queryable
          Indicates an object that can be queried, such as an Extent or persistent collection.
QueryResult
          Lazy collection results from a Query.
UnionIteratorStatement.AssociationEnd
          One side of an association.
 

Classes in org.jpox.store.query used by org.jpox.store.rdbms.extent
Query.ResultObjectFactory
          An object that reads result set rows and returns corresponding persistent objects from them.
Queryable
          Indicates an object that can be queried, such as an Extent or persistent collection.
 

Classes in org.jpox.store.query used by org.jpox.store.rdbms.query
Query
          Abstract implementation of the JDO query interface.
QueryResult
          Lazy collection results from a Query.
QueryStatement
          Representation of a statement for a Query.
 

Classes in org.jpox.store.query used by org.jpox.store.rdbms.scostore
Query.ResultObjectFactory
          An object that reads result set rows and returns corresponding persistent objects from them.
 

Classes in org.jpox.store.query used by org.jpox.store.scostore
Query.ResultObjectFactory
          An object that reads result set rows and returns corresponding persistent objects from them.
 



Copyright © -2007 . All Rights Reserved.