AW: AW: [Hibernate] Hibernate Annotations: next steps

2005-04-21 Thread Pesch, Christian
> @ManyToOne() > @JoinColumn(name="sourceId", insertable=false, updatable=false) > > should work Yes, it does. --- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in

Re: AW: [Hibernate] Hibernate Annotations: next steps

2005-04-21 Thread Emmanuel Bernard
@ManyToOne() @JoinColumn(name="sourceId", insertable=false, updatable=false) should work Pesch, Christian wrote: Thanks to Matthew Inger and a damn good debugger party through the internals of Hibernate metadata, we now have the long awaited support for List, including the infamous implicit ma

AW: [Hibernate] Hibernate Annotations: next steps

2005-04-20 Thread Pesch, Christian
> Thanks to Matthew Inger and a damn good debugger party through the > internals of Hibernate metadata, we now have the long awaited support > for List, including the infamous implicit many to one with non null FK. This is great. I've played around and bit and stuck with bidirectional one to m

[Hibernate] Hibernate Annotations: next steps

2005-04-13 Thread Emmanuel Bernard
Hi all, Thanks to Matthew Inger and a damn good debugger party through the internals of Hibernate metadata, we now have the long awaited support for List, including the infamous implicit many to one with non null FK. I've updated JIRA (HibernateExt / annotations) with all the missing features.