Re: [Hibernate] Tiny fix for hbm2java

2004-12-23 Thread Max Rydahl Andersen
On Thu, 23 Dec 2004 17:32:24 +0100, Xavier Poinsard <[EMAIL PROTECTED]> wrote: thank you - please put it into JIRA /max Hi, The following tiny fix solves a problem preventing the use of java primitives for composite ids, since composite ids elements are supposed to be always not null, there

[Hibernate] Tiny fix for hbm2java

2004-12-23 Thread Xavier Poinsard
Hi, The following tiny fix solves a problem preventing the use of java primitives for composite ids, since composite ids elements are supposed to be always not null, there is no way to tell they are not-null, but the generator was forgiving it. --- /home/xpoinsar/workspace/hibernate-tools/src/