public class XMLCandidateList
extends org.datanucleus.store.query.AbstractCandidateLazyLoadList
| Constructor and Description |
|---|
XMLCandidateList(Class cls,
boolean subclasses,
org.datanucleus.ExecutionContext ec,
String cacheType,
org.datanucleus.store.connection.ManagedConnection mconn,
boolean ignoreCache)
Constructor for the lazy loaded ODF candidate list.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
getSize() |
protected Object |
retrieveObjectForIndex(int index) |
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, isOpen, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, replaceAll, sort, spliteratorparallelStream, removeIf, streampublic XMLCandidateList(Class cls, boolean subclasses, org.datanucleus.ExecutionContext ec, String cacheType, org.datanucleus.store.connection.ManagedConnection mconn, boolean ignoreCache)
cls - The candidate classsubclasses - Whether to include subclassesec - execution contextcacheType - Type of cachingmconn - Connection to the datastoreignoreCache - Whether to ignore the cache on object retrievalprotected int getSize()
getSize in class org.datanucleus.store.query.AbstractLazyLoadListprotected Object retrieveObjectForIndex(int index)
retrieveObjectForIndex in class org.datanucleus.store.query.AbstractLazyLoadListCopyright © 2016. All rights reserved.