Merge pull request #756 from peterjmit/master
Make yaml/xml configuration for "AttributeOverride" and "AssociationOverride" more discoverable
This commit is contained in:
commit
eaeeee7740
@ -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
|
have a foreign key pointing from the id column to the root table id
|
||||||
column and cascading on delete.
|
column and cascading on delete.
|
||||||
|
|
||||||
|
.. _inheritence_mapping_overrides:
|
||||||
|
|
||||||
Overrides
|
Overrides
|
||||||
---------
|
---------
|
||||||
|
@ -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>`).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user