You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/src/main/asciidoc/introduction/Mapping.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Let's put them in a table, so we can more easily compare the points of differenc
57
57
| `SINGLE_TABLE`
58
58
| Map every class in the hierarchy to the same table, and uses the value of a _discriminator column_ to determine which concrete class each row represents.
59
59
| To retrieve instances of a given class, we only need to query the one table.
60
-
| Attributes declared by subclasses map to columns without `NOT NULL` constraints. 💀
60
+
| Attributes declared by subclasses map to columns without `NOT NULL` constraints, and so their non-nullability is enforced via a `CHECK` constraint.
61
61
62
62
Any association may have a `FOREIGN KEY` constraint. 🤓
0 commit comments