Uses of Interface
org.datanucleus.store.query.QueryResult
-
Packages that use QueryResult Package Description org.datanucleus.query.inmemory Package providing the evaluation of queries using an in-memory process with evaluators for JDOQL and JPQL.org.datanucleus.store Package handling the storage of classes to the datastore, and the management of the datastore.org.datanucleus.store.query Package providing implementation of query language support for datastores. -
-
Uses of QueryResult in org.datanucleus.query.inmemory
Classes in org.datanucleus.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. -
Uses of QueryResult in org.datanucleus.store
Fields in org.datanucleus.store with type parameters of type QueryResult Modifier and Type Field Description protected Map<Iterator,QueryResult>DefaultCandidateExtent. queryResultsByIteratorMap of the iterators of the Extents accessed. -
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.
-