HHH-14129 Bidirectional relationship with @NotNull fails to save
This commit is contained in:
parent
2f575f7e04
commit
1f09db3c1c
|
@ -350,6 +350,7 @@ class TypeSafeActivator {
|
|||
}
|
||||
hasNotNull = true;
|
||||
}
|
||||
property.setOptional( !hasNotNull );
|
||||
return hasNotNull;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue