Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] ManyToMany with aditional fields

Hi, thank you for your quick reply.

ItemOrderPK is posted in 1st pastebin link. Full JoinColumn Annotation is:
@JoinColumn(name="item_id",referencedColumnName="item_id")
@ManyToOne
private Item item;

--
John Arévalo
GNU/Linux User #443701
http://counter.li.org/


Back to the top