| Package | Description |
|---|---|
| javax.jdo |
This package contains the JDO specification interfaces and classes.
|
| Modifier and Type | Method and Description |
|---|---|
Extent |
PersistenceManager.getExtent(java.lang.Class persistenceCapableClass,
boolean subclasses)
The
PersistenceManager manages a collection of instances in the data
store based on the class of the instances. |
| Modifier and Type | Method and Description |
|---|---|
Query |
PersistenceManager.newQuery(Extent cln)
Create a new
Query with the Class of the
candidate instances and candidate Extent. |
Query |
PersistenceManager.newQuery(Extent cln,
java.lang.String filter)
Create a new
Query with the
candidate Extent and filter; the class
is taken from the Extent. |
void |
Query.setCandidates(Extent pcs)
Set the candidate
Extent to query. |
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.