mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-24 12:17:24 +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">
|
||||
<id name="name"/>
|
||||
<many-to-one name="Parent"/>
|
||||
<many-to-one name="Parent" foreign-key="fk"/>
|
||||
</class>
|
||||
|
||||
</hibernate-mapping>
|
||||
|
Loading…
x
Reference in New Issue
Block a user