Uses of Interface
org.datanucleus.store.query.QueryManager
-
Packages that use QueryManager Package Description org.datanucleus.store Package handling the storage of classes to the datastore, and the management of the datastore.org.datanucleus.store.federation Package providing management for federation of datastores.org.datanucleus.store.query Package providing query language support for datastores.org.datanucleus.store.query.compiler Package handling the (generic) compilation of queries. -
-
Uses of QueryManager in org.datanucleus.store
Fields in org.datanucleus.store declared as QueryManager Modifier and Type Field Description protected QueryManagerAbstractStoreManager. queryMgrQuery Manager.Methods in org.datanucleus.store that return QueryManager Modifier and Type Method Description QueryManagerAbstractStoreManager. getQueryManager()QueryManagerStoreManager. getQueryManager() -
Uses of QueryManager in org.datanucleus.store.federation
Classes in org.datanucleus.store.federation that implement QueryManager Modifier and Type Class Description classFederatedQueryManagerImplManager for queries for federated datastores.Fields in org.datanucleus.store.federation declared as QueryManager Modifier and Type Field Description protected QueryManagerFederatedStoreManager. queryMgrQuery Manager.Methods in org.datanucleus.store.federation that return QueryManager Modifier and Type Method Description QueryManagerFederatedStoreManager. getQueryManager() -
Uses of QueryManager in org.datanucleus.store.query
Classes in org.datanucleus.store.query that implement QueryManager Modifier and Type Class Description classQueryManagerImplManages the creation, compilation and results of queries.Methods in org.datanucleus.store.query that return QueryManager Modifier and Type Method Description QueryManagerQuery. getQueryManager() -
Uses of QueryManager in org.datanucleus.store.query.compiler
Fields in org.datanucleus.store.query.compiler declared as QueryManager Modifier and Type Field Description protected QueryManagerJavaQueryCompiler. queryMgr
-