mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-24 20:36:28 +00:00
HHH-7124 : Update many-to-one foreign key in test
This commit is contained in:
parent
35081296d3
commit
a50a5ccfb8
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user