Skip to content

Commit

Permalink
Merge pull request #1516 from brabeji/patch-1
Browse files Browse the repository at this point in the history
Clarify @DiscriminatorMap requirement
  • Loading branch information
Ocramius committed Oct 2, 2015
2 parents b5799ae + 4b87f58 commit 5c6f0ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/en/reference/inheritance-mapping.rst
Expand Up @@ -125,9 +125,8 @@ Example:
Things to note:


- The @InheritanceType, @DiscriminatorColumn and @DiscriminatorMap
must be specified on the topmost class that is part of the mapped
entity hierarchy.
- The @InheritanceType and @DiscriminatorColumn must be specified
on the topmost class that is part of the mapped entity hierarchy.
- The @DiscriminatorMap specifies which values of the
discriminator column identify a row as being of a certain type. In
the case above a value of "person" identifies a row as being of
Expand Down

0 comments on commit 5c6f0ed

Please sign in to comment.