HHH-9106 : (corrected test case to work on MySQL)

This commit is contained in:
Gail Badner 2014-06-19 00:32:00 -07:00
parent ea5068ea76
commit 3a8041953d
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>