mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
HHH-9106 : (corrected test case to work on MySQL)
This commit is contained in:
parent
ea5068ea76
commit
3a8041953d
@ -34,7 +34,7 @@
|
||||
</set>
|
||||
<list name="subItemsBackref" lazy="true" cascade="persist,merge,save-update">
|
||||
<key column="parentItem" not-null="true"/>
|
||||
<index column="index"/>
|
||||
<index column="indx"/>
|
||||
<one-to-many class="SubItem"/>
|
||||
</list>
|
||||
</class>
|
||||
|
@ -34,7 +34,7 @@
|
||||
</set>
|
||||
<list name="subItemsBackref" lazy="true" cascade="persist,merge,save-update,delete-orphan">
|
||||
<key column="parentItem" not-null="true"/>
|
||||
<index column="index"/>
|
||||
<index column="indx"/>
|
||||
<one-to-many class="SubItem"/>
|
||||
</list>
|
||||
</class>
|
||||
|
Loading…
x
Reference in New Issue
Block a user