class documentation

class ImmediateLoader(PostLoader):

View In Hierarchy

Undocumented

Method create​_row​_processor Establish row processing functions for a given QueryContext.
Method init​_class​_attribute Undocumented
Class Variable __slots__ Undocumented

Inherited from PostLoader:

Method ​_check​_recursive​_postload Undocumented
Method ​_immediateload​_create​_row​_processor Undocumented

Inherited from AbstractRelationshipLoader (via PostLoader):

Method __init__ Undocumented
Instance Variable entity Undocumented
Instance Variable mapper Undocumented
Instance Variable target Undocumented
Instance Variable uselist Undocumented

Inherited from LoaderStrategy (via PostLoader, AbstractRelationshipLoader):

Method __str__ Undocumented
Method setup​_query Establish column and other state for a given QueryContext.
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
def create_row_processor(self, context, query_entity, path, loadopt, mapper, result, adapter, populators):

Establish row processing functions for a given QueryContext.

This method fulfills the contract specified by MapperProperty.create_row_processor().

StrategizedProperty delegates its create_row_processor() method directly to this method.

def init_class_attribute(self, mapper):