Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 6c2e04381da4fdf26999fb3a31ca9514955da33b
https://github.com/hibernate/hibernate-orm/commit/6c2e04381da4fdf26999fb3...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/domain/natural_id.adoc
M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityMetamodel.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/naturalid/ValidationTests.java
Log Message:
-----------
natural-id + not-found
https://hibernate.atlassian.net/browse/HHH-17197 - Add check for illegal combo of to-one +
natural-id + not-found
https://hibernate.atlassian.net/browse/HHH-17196 - Documentation for @NaturalId should be
more explicit about non-nullability