Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetResourceAction_hsqldb_e_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetResourceAction_hsqldb_e_o_hibernate.hbm.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetResourceAction_hsqldb_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetResourceAction_hsqldb_e_o_hibernate.hbm.xml
index a635ea6f9..b82390490 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetResourceAction_hsqldb_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetResourceAction_hsqldb_e_o_hibernate.hbm.xml
@@ -219,21 +219,21 @@
<property name="name" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String">
<column not-null="false" unique="false" name="`NAME`"/>
</property>
- <list name="containedItem" table="`ITEMLISTAUDITING_CONTAINEDITEM`" lazy="true" cascade="all,delete-orphan">
+ <list name="containedItem" table="`ITEMLISTAUDITING_CONTAINEDITEM`" lazy="true" cascade="all">
<key update="true">
<column name="`ITEMLISTAUDITING_CONTAINEDITEM_TENEO_AUDIT_ID`" unique="false"/>
</key>
<list-index column="`ITEMLISTAUDITING_CONTAINEDITEM_IDX`"/>
<element type="java.lang.String"/>
</list>
- <list name="item" table="`ITEMLISTAUDITING_ITEM`" lazy="true" cascade="all,delete-orphan">
+ <list name="item" table="`ITEMLISTAUDITING_ITEM`" lazy="true" cascade="all">
<key update="true">
<column name="`ITEMLISTAUDITING_ITEM_TENEO_AUDIT_ID`" unique="false"/>
</key>
<list-index column="`ITEMLISTAUDITING_ITEM_IDX`"/>
<element type="java.lang.String"/>
</list>
- <bag name="joinedItem" table="`ITEMLISTAUDITING_JOINEDITEM`" lazy="true" cascade="all,delete-orphan">
+ <bag name="joinedItem" table="`ITEMLISTAUDITING_JOINEDITEM`" lazy="true" cascade="all">
<key update="true">
<column name="`ITEMLISTAUDITING_JOINEDITEM_TENEO_AUDIT_ID`" unique="false"/>
</key>

Back to the top