Serialized Form
- 
Package org.datanucleus.store.mongodb.query
- 
Class org.datanucleus.store.mongodb.query.JDOQLQuery extends org.datanucleus.store.query.AbstractJDOQLQuery implements Serializable
- serialVersionUID:
 - -8591715136438523983L
 
 - 
Class org.datanucleus.store.mongodb.query.JPQLQuery extends org.datanucleus.store.query.AbstractJPQLQuery implements Serializable
- serialVersionUID:
 - 7034826767990733282L
 
 - 
Class org.datanucleus.store.mongodb.query.LazyLoadQueryResult extends org.datanucleus.store.query.AbstractQueryResult implements Serializable
- 
Serialization Methods
- 
writeReplace
protected Object writeReplace() throws ObjectStreamException
Handle serialisation by returning a java.util.ArrayList of all of the results for this query after disconnecting the query which has the consequence of enforcing the load of all objects.- Throws:
 ObjectStreamException- Throw if there is a problem in disconnect
 
 - 
 - 
Serialized Fields
- 
candidateResults
List<org.datanucleus.store.mongodb.query.LazyLoadQueryResult.CandidateClassResult> candidateResults
Candidate results for this query that have not been (completely) processed yet. - 
currentCursorIterator
Iterator<com.mongodb.DBObject> currentCursorIterator
Iterator for the DBCursor that is being processed (if any). - 
ec
org.datanucleus.ExecutionContext ec
 - 
itemsByIndex
Map<Integer,Object> itemsByIndex
Map of object, keyed by the index (0, 1, etc). - 
orderProcessed
boolean orderProcessed
 - 
rangeProcessed
boolean rangeProcessed
 
 - 
 
 - 
 
 -