1
0
mirror of synced 2025-01-31 04:21:44 +03:00

Merge pull request #756 from peterjmit/master

Make yaml/xml configuration for  "AttributeOverride" and "AssociationOverride" more discoverable
This commit is contained in:
Guilherme Blanco 2013-08-13 14:43:22 -07:00
commit eaeeee7740
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>`).