| java.lang.Object org.xorm.ExtentImpl
ExtentImpl | public class ExtentImpl implements Extent(Code) | | |
Method Summary | |
public void | close(Iterator iterator) Closes the given iterator. | public void | closeAll() Closes all iterators associated with this extent. | public Class | getCandidateClass() Returns the candidate class of this extent. | public PersistenceManager | getPersistenceManager() Returns the persistence manager that created this extent. | public boolean | hasSubclasses() Subclasses are not currently supported. | public Iterator | iterator() Current implementation is functional but not performant. |
close | public void close(Iterator iterator)(Code) | | Closes the given iterator.
|
closeAll | public void closeAll()(Code) | | Closes all iterators associated with this extent.
|
getCandidateClass | public Class getCandidateClass()(Code) | | Returns the candidate class of this extent.
|
getPersistenceManager | public PersistenceManager getPersistenceManager()(Code) | | Returns the persistence manager that created this extent.
|
hasSubclasses | public boolean hasSubclasses()(Code) | | Subclasses are not currently supported.
|
iterator | public Iterator iterator()(Code) | | Current implementation is functional but not performant.
|
|
|