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.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryQueryResult
Simple wrapper to results generated by the in-memory query process suitable for use by JDO/JPA.
|
Modifier and Type | Field and Description |
---|---|
protected Map<Iterator,QueryResult> |
DefaultCandidateExtent.queryResultsByIterator
Map of the iterators of the Extents accessed.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueryResult<E>
Abstract representation of a QueryResult.
|
class |
CandidateIdsQueryResult<E>
QueryResult taking in the list of identities of the objects of candidate type.
|
Modifier and Type | Field and Description |
---|---|
protected Set<QueryResult> |
Query.queryResults
All query results obtained from this query.
|
Copyright © 2019. All rights reserved.