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