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;
|
hasNotNull = true;
|
||||||
}
|
}
|
||||||
|
property.setOptional( !hasNotNull );
|
||||||
return hasNotNull;
|
return hasNotNull;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue