|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Query.ResultObjectFactory | |
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. |
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. |
Uses of Query.ResultObjectFactory in org.jpox.sco |
Methods in org.jpox.sco that return Query.ResultObjectFactory | |
Query.ResultObjectFactory |
ArrayList.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
Query.ResultObjectFactory |
Collection.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
Query.ResultObjectFactory |
HashMap.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a new result object factory for processing of Query statements. |
Query.ResultObjectFactory |
HashSet.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
Query.ResultObjectFactory |
Hashtable.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a new result object factory for processing of Query statements. |
Query.ResultObjectFactory |
LinkedHashMap.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a new result object factory for processing of Query statements. |
Query.ResultObjectFactory |
LinkedHashSet.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
Query.ResultObjectFactory |
LinkedList.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
Query.ResultObjectFactory |
List.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
Query.ResultObjectFactory |
Map.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a new result object factory for processing of Query statements. |
Query.ResultObjectFactory |
Properties.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a new result object factory for processing of Query statements. |
Query.ResultObjectFactory |
Set.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
Query.ResultObjectFactory |
SortedMap.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a new result object factory for processing of Query statements. |
Query.ResultObjectFactory |
SortedSet.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
Query.ResultObjectFactory |
Stack.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
Query.ResultObjectFactory |
TreeMap.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a new result object factory for processing of Query statements. |
Query.ResultObjectFactory |
TreeSet.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
Query.ResultObjectFactory |
Vector.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
Uses of Query.ResultObjectFactory in org.jpox.store.query |
Classes in org.jpox.store.query that implement Query.ResultObjectFactory | |
class |
PersistentIDROF
Class to take a JDBC ResultSet and create a PersistenceCapable object instance for each row in the ResultSet. |
class |
ResultClassROF
Take a ResultSet, and for each row retrieves an object of a specified type. |
class |
TransientIDROF
Creates a Transient object instance from a ResultSet (JDBC). |
Fields in org.jpox.store.query declared as Query.ResultObjectFactory | |
protected Query.ResultObjectFactory |
AbstractQueryResult.rof
Result Object Factory used for accessing the elements. |
Methods in org.jpox.store.query that return Query.ResultObjectFactory | |
Query.ResultObjectFactory |
Queryable.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Returns a suitable query result factory for results produced by the specified query. |
Query.ResultObjectFactory |
AbstractQueryResult.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
|
Query.ResultObjectFactory |
CollectionCandidates.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
|
Query.ResultObjectFactory |
ResultExpressionsQueryable.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
|
Constructors in org.jpox.store.query with parameters of type Query.ResultObjectFactory | |
AbstractQueryResult(QueryExpression qs,
Query query,
Query.ResultObjectFactory rof,
java.sql.ResultSet rs)
Constructor of the result from a Query. |
|
ForwardQueryResult(QueryExpression qs,
Query query,
Query.ResultObjectFactory rof,
java.sql.ResultSet rs,
java.util.Collection candidates)
Constructor of the result from a Query. |
|
InsensitiveQueryResult(QueryExpression qs,
Query query,
Query.ResultObjectFactory rof,
java.sql.ResultSet rs,
java.util.Collection candidates)
Constructor of the result from a Query. |
Uses of Query.ResultObjectFactory in org.jpox.store.rdbms.extent |
Methods in org.jpox.store.rdbms.extent that return Query.ResultObjectFactory | |
Query.ResultObjectFactory |
ClassTableExtent.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Create a new factory for objects from the ResultSet. |
Query.ResultObjectFactory |
ClassViewExtent.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Create a new factory for objects from the ResultSet. |
Uses of Query.ResultObjectFactory in org.jpox.store.rdbms.scostore |
Methods in org.jpox.store.rdbms.scostore that return Query.ResultObjectFactory | |
Query.ResultObjectFactory |
ElementContainerStore.newResultObjectFactory(StateManager sm,
QueryExpression stmt,
boolean ignoreCache,
boolean useFetchPlan)
Method to generate a new result object factory from which to retrieve element objects. |
Query.ResultObjectFactory |
MapEntrySetStore.newResultObjectFactory(StateManager sm,
QueryExpression expr,
boolean useFetchPlan)
Method to return an object factory for processing map entry statements. |
Query.ResultObjectFactory |
MapEntrySetStore.newResultObjectFactory(StateManager sm,
QueryExpression stmt,
boolean ignoreCache,
boolean useFetchPlan)
Method to return an object factory for processing query statements. |
Uses of Query.ResultObjectFactory in org.jpox.store.scostore |
Methods in org.jpox.store.scostore that return Query.ResultObjectFactory | |
Query.ResultObjectFactory |
CollectionStore.newResultObjectFactory(StateManager sm,
QueryExpression stmt,
boolean ignoreCache,
boolean useFetchPlan)
Method to return an object factory for processing query statements. |
Query.ResultObjectFactory |
MapStore.newResultObjectFactory(StateManager ownerSM,
QueryExpression stmt,
boolean ignoreCache,
boolean useFetchPlan)
Utility to create a Result Object Factory to process the results of selects returning values. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |