|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResultObjectFactory | |
|---|---|
| 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. |
| Uses of ResultObjectFactory in org.jpox.sco |
|---|
| Methods in org.jpox.sco that return ResultObjectFactory | |
|---|---|
ResultObjectFactory |
Stack.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
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. |
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. |
ResultObjectFactory |
SortedSet.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
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. |
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. |
ResultObjectFactory |
Set.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
ResultObjectFactory |
HashSet.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
ResultObjectFactory |
Vector.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
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. |
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. |
ResultObjectFactory |
ArrayList.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
ResultObjectFactory |
LinkedList.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
ResultObjectFactory |
Queue.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
ResultObjectFactory |
List.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
ResultObjectFactory |
Collection.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
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. |
ResultObjectFactory |
PriorityQueue.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
ResultObjectFactory |
LinkedHashSet.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
ResultObjectFactory |
TreeSet.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
Method to return a ResultObjectFactory for the SCO. |
| Uses of ResultObjectFactory in org.jpox.store.mapped.query |
|---|
| Methods in org.jpox.store.mapped.query that return ResultObjectFactory | |
|---|---|
ResultObjectFactory |
CollectionCandidates.newResultObjectFactory(QueryExpression stmt,
boolean ignoreCache,
java.lang.Class resultClass,
boolean useFetchPlan)
|
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. |
| Uses of ResultObjectFactory in org.jpox.store.mapped.scostore |
|---|
| Methods in org.jpox.store.mapped.scostore that return ResultObjectFactory | |
|---|---|
ResultObjectFactory |
CollectionStoreQueryable.newResultObjectFactory(StateManager sm,
QueryExpression stmt,
boolean ignoreCache,
boolean useFetchPlan)
Method to return an object factory for processing query statements. |
ResultObjectFactory |
MapStoreQueryable.newResultObjectFactory(StateManager ownerSM,
QueryExpression stmt,
boolean ignoreCache,
boolean useFetchPlan)
Utility to create a Result Object Factory to process the results of selects returning values. |
| Uses of ResultObjectFactory in org.jpox.store.query |
|---|
| Fields in org.jpox.store.query declared as ResultObjectFactory | |
|---|---|
protected ResultObjectFactory |
AbstractJavaQuery.rof
Factory for obtaining the results from the query result set. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||