| 
 | Kodo 4.2.0. generated on July 28 2008 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface KodoExtent
Interface implemented by Kodo extents.
| Method Summary | |
|---|---|
|  boolean | getIgnoreCache()Whether to ignore changes in the PM cache. | 
|  List | list()Returns a list of all objects represented by this extent. | 
|  void | setIgnoreCache(boolean ignore)Whether to ignore changes in the PM cache. | 
| Methods inherited from interface javax.jdo.Extent | 
|---|
| close, closeAll, getCandidateClass, getFetchPlan, getPersistenceManager, hasSubclasses, iterator | 
| Method Detail | 
|---|
List list()
List by traversing the entire iterator returned by a
 call to Extent.iterator(). This means that Collection.size() will
 work correctly, but if the extent represents a large data set, this
 method may be quite slow and may consume quite a bit of memory.
boolean getIgnoreCache()
void setIgnoreCache(boolean ignore)
| 
 | Kodo 4.2.0. generated on July 28 2008 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||