class documentation

class DoNothingLoader(LoaderStrategy):

View In Hierarchy

Relationship loader that makes no change to the object's state.

Compared to NoLoader, this loader does not initialize the collection/attribute to empty/none; the usual default LazyLoader will take effect.

Inherited from LoaderStrategy:

Method __init__ Undocumented
Method __str__ Undocumented
Method create​_row​_processor Establish row processing functions for a given QueryContext.
Method init​_class​_attribute Undocumented
Method setup​_query Establish column and other state for a given QueryContext.
Class Variable __slots__ Undocumented
Instance Variable is​_class​_level Undocumented
Instance Variable key Undocumented
Instance Variable parent Undocumented
Instance Variable parent​_property Undocumented
Instance Variable strategy​_key Undocumented
Instance Variable strategy​_opts Undocumented