Uses of Interface
org.datanucleus.store.query.QueryManager
Packages that use QueryManager
Package
Description
Package handling the storage of classes to the datastore, and the management of the datastore.
Package providing management for federation of datastores.
Package providing query language support for datastores.
Package handling the (generic) compilation of queries.
Package providing the evaluation of queries using an in-memory process with evaluators for JDOQL and JPQL.
-
Uses of QueryManager in org.datanucleus.store
Fields in org.datanucleus.store declared as QueryManagerModifier and TypeFieldDescriptionprotected QueryManager
AbstractStoreManager.queryMgr
Query Manager.Methods in org.datanucleus.store that return QueryManagerModifier and TypeMethodDescriptionAbstractStoreManager.getQueryManager()
StoreManager.getQueryManager()
-
Uses of QueryManager in org.datanucleus.store.federation
Classes in org.datanucleus.store.federation that implement QueryManagerModifier and TypeClassDescriptionclass
Manager for queries for federated datastores.Fields in org.datanucleus.store.federation declared as QueryManagerModifier and TypeFieldDescriptionprotected QueryManager
FederatedStoreManager.queryMgr
Query Manager.Methods in org.datanucleus.store.federation that return QueryManager -
Uses of QueryManager in org.datanucleus.store.query
Classes in org.datanucleus.store.query that implement QueryManagerModifier and TypeClassDescriptionclass
Manages the creation, compilation and results of queries.Methods in org.datanucleus.store.query that return QueryManager -
Uses of QueryManager in org.datanucleus.store.query.compiler
Fields in org.datanucleus.store.query.compiler declared as QueryManager -
Uses of QueryManager in org.datanucleus.store.query.inmemory
Fields in org.datanucleus.store.query.inmemory declared as QueryManagerModifier and TypeFieldDescription(package private) QueryManager
InMemoryExpressionEvaluator.queryMgr