Re: [hibernate-dev] HHH-1123 - Cannot put more than 1000 elements in a InExpression

2011-12-03 Thread Max Rydahl Andersen
> 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

[hibernate-dev] @NotNull on @Embeddable's property doesn't affect DDL

2011-12-03 Thread Christian Bauer
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