diff options
author | Martin Taal | 2012-11-02 22:47:18 +0000 |
---|---|---|
committer | Martin Taal | 2012-11-02 22:47:18 +0000 |
commit | 6060bce66daca8960d0ca081b015c53e2fe7dfff (patch) | |
tree | 0dea779dc5f771b8eaf9055197914db3c4d607b2 /tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ForumAction_hsqldb_e_o_hibernate.hbm.xml | |
parent | b39c59acbf8828dfe5e7f8d5de2c1b8170f5503b (diff) | |
download | org.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/ForumAction_hsqldb_e_o_hibernate.hbm.xml')
-rw-r--r-- | tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ForumAction_hsqldb_e_o_hibernate.hbm.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ForumAction_hsqldb_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ForumAction_hsqldb_e_o_hibernate.hbm.xml index 247c97593..426ed5a5d 100644 --- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ForumAction_hsqldb_e_o_hibernate.hbm.xml +++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/ForumAction_hsqldb_e_o_hibernate.hbm.xml @@ -173,14 +173,14 @@ <property name="title" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> <column not-null="false" unique="false" name="`TITLE`"/> </property> - <list name="members" table="`FORUMAUDITING_MEMBERS`" lazy="true" cascade="all,delete-orphan"> + <list name="members" table="`FORUMAUDITING_MEMBERS`" lazy="true" cascade="all"> <key update="true"> <column name="`FORUMAUDITING_MEMBERS_TENEO_AUDIT_ID`" unique="false"/> </key> <list-index column="`FORUMAUDITING_MEMBERS_IDX`"/> <element type="java.lang.String"/> </list> - <list name="topics" table="`FORUMAUDITING_TOPICS`" lazy="true" cascade="all,delete-orphan"> + <list name="topics" table="`FORUMAUDITING_TOPICS`" lazy="true" cascade="all"> <key update="true"> <column name="`FORUMAUDITING_TOPICS_TENEO_AUDIT_ID`" unique="false"/> </key> @@ -230,14 +230,14 @@ <property name="nickname" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> <column not-null="false" unique="false" name="`NICKNAME`"/> </property> - <list name="posts" table="`MEMBERAUDITING_POSTS`" lazy="true" cascade="all,delete-orphan"> + <list name="posts" table="`MEMBERAUDITING_POSTS`" lazy="true" cascade="all"> <key update="true"> <column name="`MEMBERAUDITING_POSTS_TENEO_AUDIT_ID`" unique="false"/> </key> <list-index column="`MEMBERAUDITING_POSTS_IDX`"/> <element type="java.lang.String"/> </list> - <list name="created" table="`MEMBERAUDITING_CREATED`" lazy="true" cascade="all,delete-orphan"> + <list name="created" table="`MEMBERAUDITING_CREATED`" lazy="true" cascade="all"> <key update="true"> <column name="`MEMBERAUDITING_CREATED_TENEO_AUDIT_ID`" unique="false"/> </key> @@ -347,7 +347,7 @@ <property name="creator" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> <column not-null="false" unique="false" name="`CREATOR`"/> </property> - <list name="posts" table="`TOPICAUDITING_POSTS`" lazy="true" cascade="all,delete-orphan"> + <list name="posts" table="`TOPICAUDITING_POSTS`" lazy="true" cascade="all"> <key update="true"> <column name="`TOPICAUDITING_POSTS_TENEO_AUDIT_ID`" unique="false"/> </key> |