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…
Reference in New Issue