class documentation

class AbstractEntityRegistry(PathRegistry):

Known subclasses: sqlalchemy.orm.path_registry.CachingEntityRegistry, sqlalchemy.orm.path_registry.SlotsEntityRegistry

View In Hierarchy

Undocumented

Method __bool__ Undocumented
Method __getitem__ Undocumented
Method __init__ Undocumented
Class Variable __slots__ Undocumented
Class Variable has​_entity Undocumented
Instance Variable entity Undocumented
Instance Variable is​_aliased​_class Undocumented
Instance Variable key Undocumented
Instance Variable natural​_path Undocumented
Instance Variable parent Undocumented
Instance Variable path Undocumented
Property entity​_path Undocumented
Property mapper Undocumented

Inherited from PathRegistry:

Class Method coerce Undocumented
Class Method deserialize Undocumented
Class Method deserialize​_context​_dict Undocumented
Class Method per​_mapper Undocumented
Class Method serialize​_context​_dict Undocumented
Class Method ​_deserialize​_path Undocumented
Class Method ​_serialize​_path Undocumented
Method __add__ Undocumented
Method __eq__ Undocumented
Method __hash__ Undocumented
Method __len__ Undocumented
Method __ne__ Undocumented
Method __reduce__ Undocumented
Method __repr__ Undocumented
Method contains Undocumented
Method contains​_mapper Undocumented
Method get Undocumented
Method pairs Undocumented
Method serialize Undocumented
Method set Undocumented
Method setdefault Undocumented
Method token Undocumented
Class Variable ​_cache​_key​_traversal Undocumented
Class Variable is​_root Undocumented
Class Variable is​_token Undocumented
Property ​_path​_for​_compare Undocumented
Property length Undocumented

Inherited from HasCacheKey (via PathRegistry):

Class Variable inherit​_cache Indicate if this .HasCacheKey instance should make use of the cache key generation scheme used by its immediate superclass.
Class Method ​_generate​_cache​_attrs generate cache key dispatcher for a new class.
Class Method ​_generate​_cache​_key​_for​_object Undocumented
Method ​_gen​_cache​_key return an optional cache key.
Method ​_generate​_cache​_key return a cache key.
Class Variable ​_hierarchy​_supports​_caching private attribute which may be set to False to prevent the inherit_cache warning from being emitted for a hierarchy of subclasses.
Class Variable ​_is​_has​_cache​_key Undocumented
def __bool__(self):

Undocumented

def __getitem__(self, entity):
def __init__(self, parent, entity):

Undocumented

has_entity: bool =

Undocumented

entity =

Undocumented

is_aliased_class =

Undocumented

key =

Undocumented

natural_path =

Undocumented

parent =

Undocumented

path =

Undocumented

@property
entity_path =

Undocumented

@property
mapper =

Undocumented