Undocumented
Constant | LABEL_STYLE_LEGACY_ORM |
Undocumented |
Class | _BundleEntity |
Undocumented |
Class | _ColumnEntity |
Undocumented |
Class | _IdentityTokenEntity |
Undocumented |
Class | _MapperEntity |
mapper/class/AliasedClass entity |
Class | _ORMColumnEntity |
Column/expression based entity. |
Class | _QueryEntity |
represent an entity column returned within a Query result. |
Class | _RawColumnEntity |
Undocumented |
Class | ORMCompileState |
No class docstring; 1/1 property, 0/4 method, 1/6 class method, 0/1 class documented |
Class | ORMFromStatementCompileState |
Undocumented |
Class | ORMSelectCompileState |
No class docstring; 0/2 property, 0/39 instance variable, 0/4 class variable, 8/27 methods, 2/6 class methods documented |
Function | _column_descriptions |
Undocumented |
Function | _entity_from_pre_ent_zero |
Undocumented |
Function | _legacy_determine_last_joined_entity |
given the legacy_setup_joins collection at a point in time, figure out what the "filter by entity" would be in terms of those joins. |
Function | _legacy_filter_by_entity_zero |
Undocumented |
Constant | _EMPTY_DICT |
Undocumented |
Variable | _orm_load_exec_options |
Undocumented |
given the legacy_setup_joins collection at a point in time, figure out what the "filter by entity" would be in terms of those joins.
in 2.0 this logic should hopefully be much simpler as there will be far fewer ways to specify joins with the ORM