Uses of Interface
org.datanucleus.store.query.QueryResult
-
Packages that use QueryResult Package Description org.datanucleus.store.query Package providing query language support for datastores.org.datanucleus.store.query.inmemory 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 QueryResult Modifier and Type Class Description classAbstractQueryResult<E>Abstract representation of a QueryResult.classCandidateIdsQueryResult<E>QueryResult taking in the list of identities of the objects of candidate type.Fields in org.datanucleus.store.query with type parameters of type QueryResult Modifier and Type Field Description protected 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 QueryResult Modifier and Type Class Description classInMemoryQueryResultSimple wrapper to results generated by the in-memory query process suitable for use by JDO/JPA.
-