Skip to content

Commit

Permalink
Fix typo in user guide explicit polymorphism section
Browse files Browse the repository at this point in the history
  • Loading branch information
manouti authored and Sanne committed Sep 24, 2019
1 parent 5c9cf4d commit a3cccca
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -350,7 +350,7 @@ include::{sourcedir}/polymorphism/DomainModelEntity.java[tags=entity-inheritance
====

If we have two entity mappings, a `Book` and a `Blog`,
and the `Book` entity is mapped with the
and the `Blog` entity is mapped with the
https://docs.jboss.org/hibernate/orm/{majorMinorVersion}/javadocs/org/hibernate/annotations/Polymorphism.html[`@Polymorphism`] annotation
and taking the `PolymorphismType.EXPLICIT` setting:

Expand Down

0 comments on commit a3cccca

Please sign in to comment.