HHH-11175 - Remove the Cartesian Product note from JOINED inheritance

This commit is contained in:
Vlad Mihalcea 2016-10-13 18:00:13 +03:00
parent 95ac619bce
commit 2ff3fa16b1
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ include::{extrasdir}/entity-inheritance-joined-table-query-example.sql[]
[IMPORTANT]
====
Polymorphic queries can create Cartesian Products, so caution is advised.
The joined table inheritance polymorphic queries can use several JOINS which might affect performance when fetching a large number of entities.
====
[[entity-inheritance-table-per-class]]