From a3cccca66d4ccae89aead97e8a1665c7fd1973ab Mon Sep 17 00:00:00 2001 From: Mahmoud Anouti Date: Fri, 20 Sep 2019 17:27:52 +0300 Subject: [PATCH] Fix typo in user guide explicit polymorphism section --- .../main/asciidoc/userguide/chapters/domain/inheritance.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/userguide/chapters/domain/inheritance.adoc b/documentation/src/main/asciidoc/userguide/chapters/domain/inheritance.adoc index e7cf43f94e..978a82d52a 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/domain/inheritance.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/domain/inheritance.adoc @@ -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: