We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f8253 commit 732bb2fCopy full SHA for 732bb2f
docs/en/reference/inheritance-mapping.rst
@@ -16,7 +16,7 @@ is common to multiple entity classes.
16
Mapped superclasses, just as regular, non-mapped classes, can
17
appear in the middle of an otherwise mapped inheritance hierarchy
18
(through Single Table Inheritance or Class Table Inheritance). They
19
-are not query-able, and need not have an ``#[Id]`` property.
+are not query-able, and do not require an ``#[Id]`` property.
20
21
No database table will be created for a mapped superclass itself,
22
only for entity classes inheriting from it. That implies that a
0 commit comments