On Feb 23, 2007, at 2:26 PM, Michael Foltz wrote:

    <property name="Group" >
      <many-to-one name="GroupID" unique-key="GroupLeadDeveloper"/>
    </property>

<property name="Group">
  <many-to-one name="GroupID">
    <column name="GROUP_ID" unique-key="GroupLeadDeveloper"/>
  </many-to-one>
</property>

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-dev

Reply via email to