SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

com.solarmetric.kodo.impl.jdbc.runtime
Class JDBCExtent

java.lang.Object
  |
  +--com.solarmetric.kodo.runtime.ExtentImpl
        |
        +--com.solarmetric.kodo.impl.jdbc.runtime.JDBCExtent
All Implemented Interfaces:
Extent

public class JDBCExtent
extends ExtentImpl

JDBC Extent implementation.


Field Summary
protected  JDBCStoreManager store
           
 
Constructor Summary
JDBCExtent(Class type, boolean subclasses, JDBCStoreManager store)
           
 
Method Summary
protected  void closeIterator(Iterator iter)
          Close the given iterator.
protected  Iterator getIterator()
          Return an iterator over this extent.
protected  ResultList getResultList()
          Return a ResultList that can be used to access all the data in this extent.
 
Methods inherited from class com.solarmetric.kodo.runtime.ExtentImpl
close, closeAll, getCandidateClass, getPersistenceManager, hasSubclasses, includesClass, iterator, list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

store

protected JDBCStoreManager store
Constructor Detail

JDBCExtent

public JDBCExtent(Class type,
                  boolean subclasses,
                  JDBCStoreManager store)
Method Detail

closeIterator

protected void closeIterator(Iterator iter)
Close the given iterator.
Overrides:
closeIterator in class ExtentImpl

getIterator

protected Iterator getIterator()
Description copied from class: ExtentImpl
Return an iterator over this extent.
Overrides:
getIterator in class ExtentImpl

getResultList

protected ResultList getResultList()
Return a ResultList that can be used to access all the data in this extent. This should not cache data; a new ResultList will be requested each time getIterator() is invoked.

SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.