Kodo 4.2.0. (DEPRECATED)

kodo.jdo
Interface KodoExtent

All Superinterfaces:
Extent

public interface KodoExtent
extends Extent

Interface implemented by Kodo extents.

Since:
3.0

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()
Returns a list of all objects represented by this extent. This method creates a 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.


getIgnoreCache

boolean getIgnoreCache()
Whether to ignore changes in the PM cache.


setIgnoreCache

void setIgnoreCache(boolean ignore)
Whether to ignore changes in the PM cache.


Kodo 4.2.0. (DEPRECATED)

Copyright 2011 Oracle, Inc. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Oracle Kodo 4.2.0 API Reference (DEPRECATED)
11g Release 1 (10.3.6)
Part Number E13950-02