public abstract class AbstractCandidateLazyLoadList extends AbstractLazyLoadList
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractClassMetaData> |
cmds
Collection of class metadata suitable for returned objects that haven't yet been fully processed.
|
protected ExecutionContext |
ec
ExecutionContext.
|
size| Constructor and Description |
|---|
AbstractCandidateLazyLoadList(Class cls,
boolean subclasses,
ExecutionContext ec,
String cacheType) |
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, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, replaceAll, sort, spliteratorparallelStream, removeIf, streamprotected ExecutionContext ec
protected List<AbstractClassMetaData> cmds
public AbstractCandidateLazyLoadList(Class cls, boolean subclasses, ExecutionContext ec, String cacheType)
Copyright © 2020. All rights reserved.