Class AbstractSingleRowAttributeLoader<T>
Object
AbstractAttributeLoader<T>
AbstractSingleRowAttributeLoader<T>
- All Implemented Interfaces:
 AttributeLoader<T>,RowAttributeLoader<T>,SingleRowAttributeLoader<T>
public abstract class AbstractSingleRowAttributeLoader<T>
extends AbstractAttributeLoader<T>
implements SingleRowAttributeLoader<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, getCachingStrategy, getContextDependencies, getGlobalTrailMethods inherited from interface RowAttributeLoader
isWholeForestDependent, preloadMethods inherited from interface SingleRowAttributeLoader
loadValue 
- 
Constructor Details
- 
AbstractSingleRowAttributeLoader
 
 -