Uses of Interface
org.datanucleus.store.query.QueryResult
Packages that use QueryResult
Package
Description
Package providing query language support for datastores.
Package providing the evaluation of queries using an in-memory process with evaluators for JDOQL and JPQL.
-
Uses of QueryResult in org.datanucleus.store.query
Classes in org.datanucleus.store.query that implement QueryResultModifier and TypeClassDescriptionclass
Abstract representation of a QueryResult.class
QueryResult taking in the list of identities of the objects of candidate type.Fields in org.datanucleus.store.query with type parameters of type QueryResultModifier and TypeFieldDescriptionprotected Set
<QueryResult> Query.queryResults
All query results obtained from this query.protected Map
<Iterator, QueryResult> DefaultCandidateExtent.queryResultsByIterator
Map of the iterators of the Extents accessed. -
Uses of QueryResult in org.datanucleus.store.query.inmemory
Classes in org.datanucleus.store.query.inmemory that implement QueryResultModifier and TypeClassDescriptionclass
Simple wrapper to results generated by the in-memory query process suitable for use by JDO/JPA.