1
0
mirror of synced 2025-01-18 14:31:40 +03:00

Update override field mapping tut

* Added reference to override section of inheritance-mapping.rst
* Added link to yaml/xml examples in override-field-association-mappings-in-subclasses.rst
This commit is contained in:
Peter Mitchell 2013-08-13 16:08:42 -04:00
parent 6372e60086
commit c933ac1a4a
2 changed files with 2 additions and 1 deletions

View File

@ -260,6 +260,7 @@ or auto-increment details). Furthermore each child table has to
have a foreign key pointing from the id column to the root table id
column and cascading on delete.
.. _inheritence_mapping_overrides:
Overrides
---------

View File

@ -87,4 +87,4 @@ The case for just extending a class would be just the same but:
// ...
}
Overriding is also supported via XML and YAML.
Overriding is also supported via XML and YAML (:ref:`examples <inheritence_mapping_overrides>`).