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 TypeClassDescriptionclassAbstract representation of a QueryResult.classQueryResult 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.queryResultsAll query results obtained from this query.protected Map<Iterator, QueryResult> DefaultCandidateExtent.queryResultsByIteratorMap 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 TypeClassDescriptionclassSimple wrapper to results generated by the in-memory query process suitable for use by JDO/JPA.