On 3 déc. 2011, at 16:45, Christian Bauer wrote:
See Button.java in the tests. The @NotNull on the embeddables
property is checked at runtime but doesn't affect DDL, there's no NOT NULL
constraint generated. Is that by design - component nullability etc. - or missing?
Yep that's to support nullable components as the sum of properties set to null.