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.Extent
iterator
- Iterator for the extent.public void closeAll()
closeAll
in interface javax.jdo.Extent
public Class getCandidateClass()
getCandidateClass
in interface javax.jdo.Extent
public boolean hasSubclasses()
hasSubclasses
in interface javax.jdo.Extent
public javax.jdo.FetchPlan getFetchPlan()
getFetchPlan
in interface javax.jdo.Extent
public javax.jdo.PersistenceManager getPersistenceManager()
getPersistenceManager
in interface javax.jdo.Extent
public org.datanucleus.store.Extent getExtent()
Copyright © 2014. All rights reserved.