hey,<br><br>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:<br><br> <property name="FirstName"><br> <column name="FirstName" unique-key="PersonFirstLastName<div>"/>
<br> </property><br> <property name="LastName" ><br> <column name="LastName" unique-key="PersonFirstLastName"/><br> </property><br><br><br>but if I want to have a many-to-one element, unique-key is not listed as one of the available attributes.
<br><br> <property name="IsLeadDeveloper"><br>
<column name="IsLeadDeveloper" unique-key="GroupLeadDeveloper"/><br>
</property><br>
<property name="Group" ><br>
<many-to-one name="GroupID" unique-key="GroupLeadDeveloper"/><br>
</property><br><br>I'm
working with CastleProject/ActiveRecord, and submitted a JIRA issue to
the project, but they suggested that Hibernate does not support this
and that I should post a JIRA issue here. Just want to verify that I'm
not taking the wrong approach before I post it to JIRA.
<br><br>thx,<br><span>foltz<br></span></div>