Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2013-11-15 08:18:56 +0000
committerMartin Taal2013-11-15 08:18:56 +0000
commit27dc29c1d0f5535078d926553b22a7f8b8148c16 (patch)
tree607475cddda845defb4fd2cde7d16b60c4ee7248 /tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/LibraryJoinTableNamingAction_hsqldb_e_o_hibernate.hbm.xml
parent1435b7c6e37b987c644366de5637519c8ed10bb0 (diff)
downloadorg.eclipse.emf.teneo-27dc29c1d0f5535078d926553b22a7f8b8148c16.tar.gz
org.eclipse.emf.teneo-27dc29c1d0f5535078d926553b22a7f8b8148c16.tar.xz
org.eclipse.emf.teneo-27dc29c1d0f5535078d926553b22a7f8b8148c16.zip
Working on support for hb 4.2.7SP1
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/LibraryJoinTableNamingAction_hsqldb_e_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/LibraryJoinTableNamingAction_hsqldb_e_o_hibernate.hbm.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/LibraryJoinTableNamingAction_hsqldb_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/LibraryJoinTableNamingAction_hsqldb_e_o_hibernate.hbm.xml
index dc0aa1bd0..58d27a838 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/LibraryJoinTableNamingAction_hsqldb_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/LibraryJoinTableNamingAction_hsqldb_e_o_hibernate.hbm.xml
@@ -87,7 +87,7 @@
<key update="true">
<column name="`WRITER_E_ID`" unique="false"/>
</key>
- <many-to-many entity-name="Book" unique="true">
+ <many-to-many entity-name="Book" unique="false">
<column name="`BOOK_TITLE`" unique="false"/>
</many-to-many>
</bag>

Back to the top