Skip to content

Commit 29f1f0b

Browse files
committed
HHH-19614 update doc
1 parent 7520573 commit 29f1f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/main/asciidoc/introduction/Mapping.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Let's put them in a table, so we can more easily compare the points of differenc
5757
| `SINGLE_TABLE`
5858
| 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.
5959
| 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.
6161

6262
Any association may have a `FOREIGN KEY` constraint. 🤓
6363
| Subclass data is denormalized. 🧐

0 commit comments

Comments
 (0)