HHH-7124 : Update many-to-one foreign key in test

This commit is contained in:
Gail Badner 2012-03-20 13:40:06 -07:00
parent 35081296d3
commit a50a5ccfb8

View File

@ -9,7 +9,7 @@
<class name="Child"> <class name="Child">
<id name="name"/> <id name="name"/>
<many-to-one name="Parent"/> <many-to-one name="Parent" foreign-key="fk"/>
</class> </class>
</hibernate-mapping> </hibernate-mapping>