| Constructor and Description |
|---|
JDOExtent(javax.jdo.PersistenceManager pm,
org.datanucleus.store.Extent extent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close(Iterator iterator)
Method to close the Extent iterator.
|
void |
closeAll()
Method to close all Extent iterators.
|
Class |
getCandidateClass()
Accessor for the candidate class of the Extent.
|
org.datanucleus.store.Extent |
getExtent()
Accessor for the real extent.
|
javax.jdo.FetchPlan |
getFetchPlan()
Accessor for the FetchPlan for the Extent.
|
javax.jdo.PersistenceManager |
getPersistenceManager()
Accessor for the PersistenceManager.
|
boolean |
hasSubclasses()
Accessor for whether the Extent includes subclasses.
|
Iterator |
iterator()
Accessor for an iterator for this Extent.
|
public JDOExtent(javax.jdo.PersistenceManager pm,
org.datanucleus.store.Extent extent)
pm - PersistenceManagerextent - Underlying Extentpublic void close(Iterator iterator)
close in interface javax.jdo.Extentiterator - Iterator for the extent.public void closeAll()
closeAll in interface javax.jdo.Extentpublic Class getCandidateClass()
getCandidateClass in interface javax.jdo.Extentpublic boolean hasSubclasses()
hasSubclasses in interface javax.jdo.Extentpublic javax.jdo.FetchPlan getFetchPlan()
getFetchPlan in interface javax.jdo.Extentpublic javax.jdo.PersistenceManager getPersistenceManager()
getPersistenceManager in interface javax.jdo.Extentpublic org.datanucleus.store.Extent getExtent()
Copyright © 2013. All Rights Reserved.