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 AbstractLazyLoadList
size -
Constructor Summary
ConstructorsConstructorDescriptionAbstractCandidateLazyLoadList(Class cls, boolean subclasses, ExecutionContext ec, String cacheType) -
Method Summary
Methods inherited from class 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Collection
parallelStream, removeIf, streamMethods inherited from interface 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)
-