|
SolarMetric Kodo JDO 3.4.1 generated on May 30 2006 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Extension of the Extent interface that adds some
Kodo-specific methods.
| Method Summary | |
FetchConfiguration |
getFetchConfiguration()
Return the (mutable) fetch configuration for this extent. |
boolean |
getIgnoreCache()
Whether this extent will ignore the persistence manager cache. |
List |
list()
Returns a list of all objects represented by this extent. |
void |
setIgnoreCache(boolean ignoreCache)
Whether this extent will ignore the persistence manager cache. |
| Methods inherited from interface javax.jdo.Extent |
close, closeAll, getCandidateClass, getPersistenceManager, hasSubclasses, iterator |
| Method Detail |
public FetchConfiguration getFetchConfiguration()
public boolean getIgnoreCache()
public void setIgnoreCache(boolean ignoreCache)
public 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.
|
SolarMetric Kodo JDO 3.4.1 generated on May 30 2006 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||