mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-30 20:44:45 -04:00
9561321d03
and extensions into an external library, and also reorganizes most large documentation pages into many small areas to reduce scrolling and better present the context into a more fine-grained hierarchy.
23 lines
393 B
ReStructuredText
23 lines
393 B
ReStructuredText
.. module:: sqlalchemy.orm
|
|
|
|
Class Mapping API
|
|
=================
|
|
|
|
.. autofunction:: mapper
|
|
|
|
.. autofunction:: object_mapper
|
|
|
|
.. autofunction:: class_mapper
|
|
|
|
.. autofunction:: configure_mappers
|
|
|
|
.. autofunction:: clear_mappers
|
|
|
|
.. autofunction:: sqlalchemy.orm.util.identity_key
|
|
|
|
.. autofunction:: sqlalchemy.orm.util.polymorphic_union
|
|
|
|
.. autoclass:: sqlalchemy.orm.mapper.Mapper
|
|
:members:
|
|
|