Package org.datanucleus.store.query
Class AbstractCandidateLazyLoadList
java.lang.Object
org.datanucleus.store.query.AbstractLazyLoadList
org.datanucleus.store.query.AbstractCandidateLazyLoadList
- All Implemented Interfaces:
Iterable,Collection,List
Abstract implementation of a lazy load list for candidates.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AbstractClassMetaData> Collection of class metadata suitable for returned objects that haven't yet been fully processed.protected ExecutionContextExecutionContext.Fields inherited from class org.datanucleus.store.query.AbstractLazyLoadList
size -
Constructor Summary
ConstructorsConstructorDescriptionAbstractCandidateLazyLoadList(Class cls, boolean subclasses, ExecutionContext ec, 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, toArrayMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, streamMethods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
Field Details
-
ec
ExecutionContext. -
cmds
Collection of class metadata suitable for returned objects that haven't yet been fully processed.
-
-
Constructor Details
-
AbstractCandidateLazyLoadList
public AbstractCandidateLazyLoadList(Class cls, boolean subclasses, ExecutionContext ec, String cacheType)
-