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.sample/MindMapAction_hsqldb_h_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/MindMapAction_hsqldb_h_o_hibernate.hbm.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/MindMapAction_hsqldb_h_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/MindMapAction_hsqldb_h_o_hibernate.hbm.xml
index 91db4af56..32bcff298 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/MindMapAction_hsqldb_h_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/MindMapAction_hsqldb_h_o_hibernate.hbm.xml
@@ -350,21 +350,21 @@
<property name="teneo_previous_start" lazy="false" insert="true" update="true" not-null="false" unique="false" type="long">
<column not-null="false" unique="false" name="`TENEO_PREVIOUS_START`"/>
</property>
- <list name="rootTopics" table="`MAPAUDITING_ROOTTOPICS`" lazy="true" cascade="all,delete-orphan">
+ <list name="rootTopics" table="`MAPAUDITING_ROOTTOPICS`" lazy="true" cascade="all">
<key update="true">
<column name="`MAPAUDITING_ROOTTOPICS_TENEO_AUDIT_ID`" unique="false"/>
</key>
<list-index column="`MAPAUDITING_ROOTTOPICS_IDX`"/>
<element type="java.lang.String"/>
</list>
- <list name="relations" table="`MAPAUDITING_RELATIONS`" lazy="true" cascade="all,delete-orphan">
+ <list name="relations" table="`MAPAUDITING_RELATIONS`" lazy="true" cascade="all">
<key update="true">
<column name="`MAPAUDITING_RELATIONS_TENEO_AUDIT_ID`" unique="false"/>
</key>
<list-index column="`MAPAUDITING_RELATIONS_IDX`"/>
<element type="java.lang.String"/>
</list>
- <list name="resources" table="`MAPAUDITING_RESOURCES`" lazy="true" cascade="all,delete-orphan">
+ <list name="resources" table="`MAPAUDITING_RESOURCES`" lazy="true" cascade="all">
<key update="true">
<column name="`MAPAUDITING_RESOURCES_TENEO_AUDIT_ID`" unique="false"/>
</key>
@@ -477,7 +477,7 @@
<property name="teneo_previous_start" lazy="false" insert="true" update="true" not-null="false" unique="false" type="long">
<column not-null="false" unique="false" name="`TENEO_PREVIOUS_START`"/>
</property>
- <list name="comments" table="`RESOURCEAUDITING_COMMENTS`" lazy="true" cascade="all,delete-orphan">
+ <list name="comments" table="`RESOURCEAUDITING_COMMENTS`" lazy="true" cascade="all">
<key update="true">
<column name="`RESOURCEAUDITING_COMMENTS_TENEO_AUDIT_ID`" unique="false"/>
</key>
@@ -490,7 +490,7 @@
<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="topics" table="`RESOURCEAUDITING_TOPICS`" lazy="true" cascade="all,delete-orphan">
+ <list name="topics" table="`RESOURCEAUDITING_TOPICS`" lazy="true" cascade="all">
<key update="true">
<column name="`RESOURCEAUDITING_TOPICS_TENEO_AUDIT_ID`" unique="false"/>
</key>
@@ -540,7 +540,7 @@
<property name="teneo_previous_start" lazy="false" insert="true" update="true" not-null="false" unique="false" type="long">
<column not-null="false" unique="false" name="`TENEO_PREVIOUS_START`"/>
</property>
- <list name="items" table="`THREADAUDITING_ITEMS`" lazy="true" cascade="all,delete-orphan">
+ <list name="items" table="`THREADAUDITING_ITEMS`" lazy="true" cascade="all">
<key update="true">
<column name="`THREADAUDITING_ITEMS_TENEO_AUDIT_ID`" unique="false"/>
</key>
@@ -651,7 +651,7 @@
<property name="teneo_previous_start" lazy="false" insert="true" update="true" not-null="false" unique="false" type="long">
<column not-null="false" unique="false" name="`TENEO_PREVIOUS_START`"/>
</property>
- <list name="comments" table="`TOPICAUDITING_COMMENTS`" lazy="true" cascade="all,delete-orphan">
+ <list name="comments" table="`TOPICAUDITING_COMMENTS`" lazy="true" cascade="all">
<key update="true">
<column name="`TOPICAUDITING_COMMENTS_TENEO_AUDIT_ID`" unique="false"/>
</key>
@@ -678,7 +678,7 @@
<param name="epackage">http://www.example.org/mindmap</param>
</type>
</property>
- <list name="resources" table="`TOPICAUDITING_RESOURCES`" lazy="true" cascade="all,delete-orphan">
+ <list name="resources" table="`TOPICAUDITING_RESOURCES`" lazy="true" cascade="all">
<key update="true">
<column name="`TOPICAUDITING_RESOURCES_TENEO_AUDIT_ID`" unique="false"/>
</key>
@@ -688,7 +688,7 @@
<property name="startDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate">
<column not-null="false" unique="false" name="`STARTDATE`"/>
</property>
- <list name="subtopics" table="`TOPICAUDITING_SUBTOPICS`" lazy="true" cascade="all,delete-orphan">
+ <list name="subtopics" table="`TOPICAUDITING_SUBTOPICS`" lazy="true" cascade="all">
<key update="true">
<column name="`TOPICAUDITING_SUBTOPICS_TENEO_AUDIT_ID`" unique="false"/>
</key>

Back to the top