Package | Description |
---|---|
org.datanucleus |
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
|
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 implementation of query language support for datastores.
|
Modifier and Type | Method and Description |
---|---|
<T> Extent<T> |
ExecutionContext.getExtent(Class<T> candidateClass,
boolean includeSubclasses)
Accessor for the Extent for a class (and optionally its subclasses).
|
<T> Extent<T> |
ExecutionContextImpl.getExtent(Class<T> pcClass,
boolean subclasses)
Extents are collections of datastore objects managed by the datastore,
not by explicit user operations on collections.
|
Extent |
ExecutionContextThreadedImpl.getExtent(Class pcClass,
boolean subclasses) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExtent<T>
Abstract representation of a JDO Extent.
|
class |
DefaultCandidateExtent<T>
Extent that does a simple JDOQL query for the candidate with/without subclasses.
|
Modifier and Type | Method and Description |
---|---|
<T> Extent<T> |
StoreManager.getExtent(ExecutionContext ec,
Class<T> c,
boolean subclasses)
Interface to getting an Extent for a class.
|
<T> Extent<T> |
AbstractStoreManager.getExtent(ExecutionContext ec,
Class<T> c,
boolean subclasses) |
Modifier and Type | Method and Description |
---|---|
Extent |
FederatedStoreManager.getExtent(ExecutionContext ec,
Class c,
boolean subclasses) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractStoredProcedureQuery.setCandidates(Extent pcs) |
abstract void |
Query.setCandidates(Extent<T> pcs)
Set the candidate Extent to query.
|
void |
AbstractJavaQuery.setCandidates(Extent<T> pcs)
Set the candidate Extent to query.
|
Copyright © 2019. All rights reserved.