HHH-18466 egression from 5.6.15.Final where a mutable natural IDs query

cannot find an entity
This commit is contained in:
Gary Gregory 2024-08-15 10:38:52 -04:00 committed by Steve Ebersole
parent e4f86744aa
commit ab4439622b
1 changed files with 3 additions and 2 deletions

View File

@ -50,8 +50,9 @@ public interface NaturalIdMapping extends VirtualModelPart {
List<SingularAttributeMapping> getNaturalIdAttributes();
/**
* Whether the natural-id is immutable. This is the same as saying that none of
* the attributes are mutable
* Whether the natural-id is mutable.
*
* @apiNote For compound natural-ids, this is true if any of the attributes are mutable.
*/
boolean isMutable();