|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.xorm.ExtentImpl
Method Summary | |
void |
close(Iterator iterator)
Closes the given iterator. |
void |
closeAll()
Closes all iterators associated with this extent. |
Class |
getCandidateClass()
Returns the candidate class of this extent. |
PersistenceManager |
getPersistenceManager()
Returns the persistence manager that created this extent. |
boolean |
hasSubclasses()
Subclasses are not currently supported. |
Iterator |
iterator()
Current implementation is functional but not performant. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public Iterator iterator()
iterator
in interface Extent
public boolean hasSubclasses()
hasSubclasses
in interface Extent
public Class getCandidateClass()
getCandidateClass
in interface Extent
public PersistenceManager getPersistenceManager()
getPersistenceManager
in interface Extent
public void closeAll()
closeAll
in interface Extent
public void close(Iterator iterator)
close
in interface Extent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |