Re: [hibernate-dev] unique-key attribute for many-to-one elements
On Feb 23, 2007, at 2:26 PM, Michael Foltz wrote: Go to http://forum.hibernate.org/ for usage questions. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate
[hibernate-dev] unique-key attribute for many-to-one elements
hey, I'd like to setup a multi-column unique constraint, which i'd normally be able to do with the unique-key attribute in a column element: but if I want to have a many-to-one element, unique-key is not listed as one of the available attributes.