Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2012-11-02 22:47:18 +0000
committerMartin Taal2012-11-02 22:47:18 +0000
commit6060bce66daca8960d0ca081b015c53e2fe7dfff (patch)
tree0dea779dc5f771b8eaf9055197914db3c4d607b2 /tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/LibraryResourceAction_hsqldb_e_o_hibernate.hbm.xml
parentb39c59acbf8828dfe5e7f8d5de2c1b8170f5503b (diff)
downloadorg.eclipse.emf.teneo-6060bce66daca8960d0ca081b015c53e2fe7dfff.tar.gz
org.eclipse.emf.teneo-6060bce66daca8960d0ca081b015c53e2fe7dfff.tar.xz
org.eclipse.emf.teneo-6060bce66daca8960d0ca081b015c53e2fe7dfff.zip
Added querying to testcase
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/LibraryResourceAction_hsqldb_e_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/LibraryResourceAction_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.sample/LibraryResourceAction_hsqldb_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/LibraryResourceAction_hsqldb_e_o_hibernate.hbm.xml
index ad2c30e62..ea2d4dea5 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/LibraryResourceAction_hsqldb_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/LibraryResourceAction_hsqldb_e_o_hibernate.hbm.xml
@@ -201,14 +201,14 @@
<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="writers" table="`LIBRARYAUDITING_WRITERS`" lazy="true" cascade="all,delete-orphan">
+ <list name="writers" table="`LIBRARYAUDITING_WRITERS`" lazy="true" cascade="all">
<key update="true">
<column name="`LIBRARYAUDITING_WRITERS_TENEO_AUDIT_ID`" unique="false"/>
</key>
<list-index column="`LIBRARYAUDITING_WRITERS_IDX`"/>
<element type="java.lang.String"/>
</list>
- <list name="books" table="`LIBRARYAUDITING_BOOKS`" lazy="true" cascade="all,delete-orphan">
+ <list name="books" table="`LIBRARYAUDITING_BOOKS`" lazy="true" cascade="all">
<key update="true">
<column name="`LIBRARYAUDITING_BOOKS_TENEO_AUDIT_ID`" unique="false"/>
</key>
@@ -258,7 +258,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="books" table="`WRITERAUDITING_BOOKS`" lazy="true" cascade="all,delete-orphan">
+ <list name="books" table="`WRITERAUDITING_BOOKS`" lazy="true" cascade="all">
<key update="true">
<column name="`WRITERAUDITING_BOOKS_TENEO_AUDIT_ID`" unique="false"/>
</key>

Back to the top