|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.query.AbstractLazyLoadList
org.datanucleus.store.query.AbstractCandidateLazyLoadList
public abstract class AbstractCandidateLazyLoadList
Abstract implementation of a lazy load list for candidates.
| Field Summary | |
|---|---|
protected java.util.List<AbstractClassMetaData> |
cmds
Collection of class metadata suitable for returned objects that haven't yet been fully processed. |
protected ExecutionContext |
ec
ExecutionContext. |
| Fields inherited from class org.datanucleus.store.query.AbstractLazyLoadList |
|---|
LOCALISER, size |
| Constructor Summary | |
|---|---|
AbstractCandidateLazyLoadList(java.lang.Class cls,
boolean subclasses,
ExecutionContext ec,
java.lang.String cacheType)
|
|
| Method Summary |
|---|
| Methods inherited from class org.datanucleus.store.query.AbstractLazyLoadList |
|---|
add, add, addAll, addAll, clear, contains, containsAll, get, getSize, indexOf, isEmpty, isOpen, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, retrieveObjectForIndex, set, size, subList, toArray, toArray |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
equals, hashCode |
| Field Detail |
|---|
protected ExecutionContext ec
protected java.util.List<AbstractClassMetaData> cmds
| Constructor Detail |
|---|
public AbstractCandidateLazyLoadList(java.lang.Class cls,
boolean subclasses,
ExecutionContext ec,
java.lang.String cacheType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||