> One technical (and probably way out of scope!) way to handle this would
> be to use a temp table, do a batch insert of the values, then change the
> " in (v1, v2, v3...)" to " in (select v from temp)".
I think I would rather hear people complain about query exceptions happening
when
they a
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?
___
hibernate-dev mailing list