Uses of Interface
org.jpox.store.query.Queryable

Packages that use Queryable
org.jpox.sco Provides implementations of the wrappers for the mutable Second Class Objects (SCO's) supported by JPOX. 
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. 
 

Uses of Queryable in org.jpox.sco
 

Classes in org.jpox.sco that implement Queryable
 class ArrayList
          A mutable second-class ArrayList object.
 class Collection
          A mutable second-class Collection object, representing a field in a class, and containing elements of a particular type.
 class HashMap
          A mutable second-class HashMap object.
 class HashSet
          A mutable second-class HashSet object.
 class Hashtable
          A mutable second-class Hashtable object.
 class LinkedHashMap
          A mutable second-class LinkedHashMap object.
 class LinkedHashSet
          A mutable second-class LinkedHashSet object.
 class LinkedList
          A mutable second-class LinkedList object.
 class List
          A mutable second-class List object, representing a field in a class, and containing elements of a particular type.
 class Map
          A mutable second-class Map object.
 class Properties
          A mutable second-class Properties object.
 class Set
          A mutable second-class Set object, representing a field in a class, and containing elements of a particular type.
 class SortedMap
          A mutable second-class SortedMap object.
 class SortedSet
          A mutable second-class SortedSet object.
 class Stack
          A mutable second-class Stack object.
 class TreeMap
          A mutable second-class TreeMap object.
 class TreeSet
          A mutable second-class TreeSet object.
 class Vector
          A mutable second-class Vector object.
 

Uses of Queryable in org.jpox.store.query
 

Subinterfaces of Queryable in org.jpox.store.query
 interface QueryResult
          Lazy collection results from a Query.
 

Classes in org.jpox.store.query that implement Queryable
 class AbstractQueryResult
          Abstract representation of a QueryResult.
 class CollectionCandidates
          Collection for candidates passed to the query by setCandidates(collection user), and the user collection is not queryable
 class ForwardQueryResult
          Lazy collection results from a Query with the ResultSet in a forwards direction.
 class InsensitiveQueryResult
          Lazy collection results from a Query with the ResultSet insensitive to direction.
 class ResultExpressionsQueryable
          Result expressions to be returned by the query.
 

Fields in org.jpox.store.query declared as Queryable
protected  Queryable JDOQLQuery.candidates
           
 

Methods in org.jpox.store.query that return Queryable
 Queryable JDOQLQuery.ExecutedCompileCache.getCandidates()
           
 

Constructors in org.jpox.store.query with parameters of type Queryable
JDOQLQuery.ExecutedCompileCache(QueryExpression queryStmt, java.lang.String singleStringQuery, Queryable candidates, java.util.List parameterNames)
           
 

Uses of Queryable in org.jpox.store.rdbms.extent
 

Classes in org.jpox.store.rdbms.extent that implement Queryable
 class ClassTableExtent
          An Extent of all persistent objects backed by a class table.
 class ClassViewExtent
          An Extent of all persistent objects backed by a view.
 



Copyright © -2007 . All Rights Reserved.