Skip to content

Commit

Permalink
Added info about automatic discriminator map
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinhakisa committed Mar 11, 2014
1 parent f197a9c commit 832127a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/en/reference/inheritance-mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ Things to note:
be fully qualified if the classes are contained in the same
namespace as the entity class on which the discriminator map is
applied.
- If no discriminator map is provided, then the map is generated
automatically. The automatically generated discriminator map
contains the lowercase short name of each class as key.

Design-time considerations
~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -210,6 +213,9 @@ Things to note:
be fully qualified if the classes are contained in the same
namespace as the entity class on which the discriminator map is
applied.
- If no discriminator map is provided, then the map is generated
automatically. The automatically generated discriminator map
contains the lowercase short name of each class as key.

.. note::

Expand Down

0 comments on commit 832127a

Please sign in to comment.