> @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
@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
> 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
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.