Re: [Hibernate-devel] Please help with 1:n relationship
Hi Marco. Try the following: For a bidirectional association, one (many-valued) end must be marked read-only, telling hibernate to use the other end for updating persistent state. Also the key column o
[Hibernate-devel] Please help with 1:n relationship
I have problems understanding, the operations/settings nesecary for the following example... A client can place multiple orders, a order consists out of multiple orderlines, and an orderline contains a product. I am starting with a simple example that a client just can place multiple orders... a
