Class AbstractPropagateLoader<T>
Object
AbstractAttributeLoader<T>
AbstractPropagateLoader<T>
- All Implemented Interfaces:
AttributeLoader<T>,MultiRowAttributeLoader<T>,PropagateAttributeLoader<T>,RowAttributeLoader<T>
- Direct Known Subclasses:
InheritedValueLoader
public abstract class AbstractPropagateLoader<T>
extends AbstractAttributeLoader<T>
implements PropagateAttributeLoader<T>
-
Field Summary
Fields inherited from class AbstractAttributeLoader
mySpec -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractAttributeLoader
getAttributeSpec, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface AttributeLoader
getAttributeDependencies, getAttributeSpec, getContextDependencies, getGlobalTrailMethods inherited from interface MultiRowAttributeLoader
getCachingStrategyMethods inherited from interface PropagateAttributeLoader
isLoadingSuperRoot, loadChildrenMethods inherited from interface RowAttributeLoader
isWholeForestDependent, preload
-
Constructor Details
-
AbstractPropagateLoader
-