We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f8674 commit ab44396Copy full SHA for ab44396
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/NaturalIdMapping.java
@@ -50,8 +50,9 @@ public interface NaturalIdMapping extends VirtualModelPart {
50
List<SingularAttributeMapping> getNaturalIdAttributes();
51
52
/**
53
- * Whether the natural-id is immutable. This is the same as saying that none of
54
- * the attributes are mutable
+ * Whether the natural-id is mutable.
+ *
55
+ * @apiNote For compound natural-ids, this is true if any of the attributes are mutable.
56
*/
57
boolean isMutable();
58
0 commit comments