|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.orientechnologies.jdo.oExtent
| Constructor Summary | |
oExtent()
|
|
| Method Summary | |
void |
close(java.util.Iterator p0)
Close an Iterator associated with this Extent instance.
|
void |
closeAll()
Close all Iterators associated with this Extent instance.
|
java.lang.Class |
getCandidateClass()
An Extent contains all instances of a particular class in the data
store; this method returns the Class of the instances. |
PersistenceManager |
getPersistenceManager()
An Extent is managed by a PersistenceManager;
this method gives access to the owning PersistenceManager. |
boolean |
hasSubclasses()
Returns whether this Extent was defined to contain subclasses. |
java.util.Iterator |
iterator()
Returns an iterator over all the instances in the Extent.
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public oExtent()
| Method Detail |
public java.util.Iterator iterator()
ExtentExtent.
The behavior of the returned iterator might depend on the setting of the
ignoreCache flag in the owning PersistenceManager.
iterator in interface ExtentExtentpublic boolean hasSubclasses()
ExtentExtent was defined to contain subclasses.
hasSubclasses in interface ExtentExtent was defined to contain instances
that are of a subclass type.public java.lang.Class getCandidateClass()
ExtentExtent contains all instances of a particular class in the data
store; this method returns the Class of the instances.
getCandidateClass in interface ExtentClass of instances of this Extent.public PersistenceManager getPersistenceManager()
ExtentExtent is managed by a PersistenceManager;
this method gives access to the owning PersistenceManager.
getPersistenceManager in interface ExtentPersistenceManagerpublic void closeAll()
ExtentIterators associated with this Extent instance.
Iterators closed by this method will return false
to hasNext() and will throw
NoSuchElementException on next().
The Extent instance can still be used
as a parameter of Query.setExtent, and to get an Iterator.
closeAll in interface Extentpublic void close(java.util.Iterator p0)
ExtentIterator associated with this Extent instance.
Iterators closed by this method will return false
to hasNext() and will throw NoSuchElementException
on next(). The Extent instance can still be used
as a parameter of Query.setExtent, and to get an Iterator.
close in interface Extentp0 - an Iterator obtained by the method
iterator() on this Extent instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||