From 6c932af0a0aa53630ca7776824e90de092c8aab3 Mon Sep 17 00:00:00 2001 From: Luis Cordova Date: Sun, 29 Jul 2012 23:33:18 -0500 Subject: [PATCH] [DDC-1872] address comments from beberlei --- en/index.rst | 2 +- en/toc.rst | 2 +- ...> override-field-association-mappings-in-subclasses.rst} | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) rename en/tutorials/{override-mappings-with-annotations.rst => override-field-association-mappings-in-subclasses.rst} (94%) diff --git a/en/index.rst b/en/index.rst index f066b5bc3..9536ee56d 100644 --- a/en/index.rst +++ b/en/index.rst @@ -93,7 +93,7 @@ Tutorials * :doc:`Composite Primary Keys ` * :doc:`Ordered associations ` * :doc:`Pagination ` - * :doc:`Override Mappings With Annotations ` + * :doc:`Override Field/Association Mappings In Subclasses ` Cookbook -------- diff --git a/en/toc.rst b/en/toc.rst index 9e9edd744..73f1f25b9 100644 --- a/en/toc.rst +++ b/en/toc.rst @@ -13,7 +13,7 @@ Tutorials tutorials/composite-primary-keys tutorials/ordered-associations tutorials/in-ten-quick-steps - tutorials/override-mappings-with-annotations + tutorials/override-field-association-mappings-in-subclasses Reference Guide --------------- diff --git a/en/tutorials/override-mappings-with-annotations.rst b/en/tutorials/override-field-association-mappings-in-subclasses.rst similarity index 94% rename from en/tutorials/override-mappings-with-annotations.rst rename to en/tutorials/override-field-association-mappings-in-subclasses.rst index eaf316213..792d97887 100644 --- a/en/tutorials/override-mappings-with-annotations.rst +++ b/en/tutorials/override-field-association-mappings-in-subclasses.rst @@ -1,5 +1,5 @@ -Override Mappings With Annotations ----------------------------------- +Override Field Association Mappings In Subclasses +------------------------------------------------- Sometimes there is a need to persist entities but override all or part of the mapping metadata. Sometimes also the mapping to override comes from entities @@ -86,3 +86,5 @@ The case for just extending a class would be just the same but: { // ... } + +Overriding is also supported via XML and YAML. \ No newline at end of file