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