Uses of Interface
org.datanucleus.store.query.Extent
Packages that use Extent
Package
Description
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
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.
-
Uses of Extent in org.datanucleus
Methods in org.datanucleus that return Extent -
Uses of Extent in org.datanucleus.store
Methods in org.datanucleus.store that return ExtentModifier and TypeMethodDescription<T> Extent
<T> AbstractStoreManager.getExtent
(ExecutionContext ec, Class<T> c, boolean subclasses) <T> Extent
<T> StoreManager.getExtent
(ExecutionContext ec, Class<T> c, boolean subclasses) Interface to getting an Extent for a class. -
Uses of Extent in org.datanucleus.store.federation
Methods in org.datanucleus.store.federation that return ExtentModifier and TypeMethodDescription<T> Extent
<T> FederatedStoreManager.getExtent
(ExecutionContext ec, Class<T> c, boolean subclasses) -
Uses of Extent in org.datanucleus.store.query
Classes in org.datanucleus.store.query that implement ExtentModifier and TypeClassDescriptionclass
Abstract representation of a JDO Extent.class
Extent that does a simple JDOQL query for the candidate with/without subclasses.Methods in org.datanucleus.store.query with parameters of type ExtentModifier and TypeMethodDescriptionvoid
AbstractJavaQuery.setCandidates
(Extent<T> pcs) Set the candidate Extent to query.void
AbstractStoredProcedureQuery.setCandidates
(Extent pcs) abstract void
Query.setCandidates
(Extent<T> pcs) Set the candidate Extent to query.