+:orphan:
+
.. automodule:: sqlalchemy.ext.declarative
===============
+:orphan:
+
=========
Basic Use
=========
Class Constructor
=================
-As a convenience feature, the :func:`declarative_base` sets a default
-constructor on classes which takes keyword arguments, and assigns them
-to the named attributes::
-
- e = Engineer(primary_language='python')
+This section has moved to :ref:`orm_mapper_configuration_overview`.
Mapper Configuration
====================
.. autoclass:: DeferredReflection
:members:
-.. these pages have all been integrated into the main ORM documentation
- however are still here as placeholder docs with links to where they've moved
-
-.. toctree::
- :hidden:
-
- api
- basic_use
- inheritance
- mixins
- relationships
- table_config
\ No newline at end of file
+:orphan:
+
.. _declarative_inheritance:
Declarative Inheritance
+:orphan:
+
.. _declarative_mixins:
Mixin and Custom Base Classes
+:orphan:
+
.. _declarative_configuring_relationships:
=========================
+:orphan:
+
.. _declarative_table_args:
===================